Use vars
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
c5e7fe7bdc
commit
ce55ed8221
1 changed files with 4 additions and 2 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
color: white;
|
color: var(--primary-content);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
@ -64,7 +64,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button button:hover svg * {
|
.button button:hover svg * {
|
||||||
fill: white !important; /* To override .iconButton:not(.stroke):hover svg */
|
fill: var(
|
||||||
|
--primary-content
|
||||||
|
) !important; /* To override .iconButton:not(.stroke):hover svg */
|
||||||
}
|
}
|
||||||
|
|
||||||
.button button svg {
|
.button button svg {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue