0.0.260 bug fix

This commit is contained in:
2023-11-28 14:33:24 +03:00
parent f5115f82fb
commit c9b21ded98
3 changed files with 12 additions and 3 deletions

View File

@@ -2682,7 +2682,7 @@ summary:before {
top: 10px;
right: 20px;
color: transparent;
background: url(/static/img/svg/icon_cross.svg) no-repeat 50% 50% / 1em 1em;
background: white url("/static/img/png/icon-arrow.svg") no-repeat 50% 50% / 1em 1em;
width: 1em;
height: 1em;
content: "";
@@ -2691,7 +2691,8 @@ summary:before {
}
details[open] > summary:before {
transform: scale(1,-1);
background: url(/static/img/svg/icon_cross_2.svg) no-repeat 50% 50% / 1em 1em;
background: white url("/static/img/png/icon-arrow.svg") no-repeat 50% 50% / 1em 1em;
}
summary ~ * {
padding: 0 1em 10px 1.4em;