mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Use vars
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
c5e7fe7bdc
commit
ce55ed8221
@ -48,7 +48,7 @@
|
||||
position: absolute;
|
||||
height: 24px;
|
||||
padding: 0 8px;
|
||||
color: white;
|
||||
color: var(--primary-content);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -64,7 +64,9 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
Loading…
Reference in New Issue
Block a user