This commit is contained in:
2024-05-08 09:15:55 +07:00
parent fe7ddf826e
commit ce9710c758
2 changed files with 6 additions and 2 deletions

View File

@@ -176,6 +176,9 @@ a {
.admin-menu-container .menu-list { .admin-menu-container .menu-list {
margin: 50px 5px; margin: 50px 5px;
} }
.admin-menu-container details .item {
background: #004e99;
}
.admin-menu-container details[open] svg { .admin-menu-container details[open] svg {
transform: rotate(90deg); transform: rotate(90deg);
} }
@@ -218,7 +221,6 @@ a {
line-height: 36px; line-height: 36px;
transition: 0.3s all; transition: 0.3s all;
border-radius: 4px; border-radius: 4px;
background: #004e99;
margin-bottom: 4px; margin-bottom: 4px;
} }
.admin-menu-container .item:hover, .admin-menu-container .item.active { .admin-menu-container .item:hover, .admin-menu-container .item.active {

View File

@@ -154,6 +154,9 @@ a {
margin: 50px 5px; margin: 50px 5px;
} }
details { details {
.item {
background: #004e99;
}
&[open] { &[open] {
svg { svg {
transform: rotate(90deg); transform: rotate(90deg);
@@ -199,7 +202,6 @@ a {
line-height: 36px; line-height: 36px;
transition: 0.3s all; transition: 0.3s all;
border-radius: 4px; border-radius: 4px;
background: #004e99;
margin-bottom: 4px; margin-bottom: 4px;
&:hover, &:hover,
&.active { &.active {