fixed header icons active state

This commit is contained in:
sdarbinyan
2026-02-26 22:00:12 +04:00
parent 10b4974719
commit a4765ffe98
2 changed files with 20 additions and 6 deletions

View File

@@ -680,6 +680,20 @@
transform: translateY(0);
}
&.dexar-mobile-active {
background: #497671;
color: #ffffff;
border-color: #497671;
svg path {
fill: #ffffff;
}
.dexar-mobile-chevron path {
stroke: #ffffff;
}
}
svg:first-child {
flex-shrink: 0;
width: 24px;