mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix background
This commit is contained in:
parent
019b630d9b
commit
05b7592150
@ -552,13 +552,21 @@
|
|||||||
|
|
||||||
transition: all 150ms ease-in-out;
|
transition: all 150ms ease-in-out;
|
||||||
|
|
||||||
|
background: transparent !important;
|
||||||
|
background-color: transparent !important;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
color: var(--appColor);
|
color: var(--primaryColor);
|
||||||
|
|
||||||
|
svg {
|
||||||
|
color: var(--primaryColor);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
background-color: transparent;
|
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
||||||
|
transition: all 150ms ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user