Remove unused var usage
This commit is contained in:
parent
daf6620912
commit
f2f84be69f
|
@ -64,10 +64,6 @@
|
|||
fill: var(--action-button-fill-color-pressed);
|
||||
}
|
||||
|
||||
:global(.icon-button.pressed.not-same-pressed:active .icon-button-svg) {
|
||||
fill: var(--action-button-fill-color-pressed-active);
|
||||
}
|
||||
|
||||
/*
|
||||
* muted
|
||||
*/
|
||||
|
|
|
@ -70,26 +70,10 @@
|
|||
height: 24px;
|
||||
}
|
||||
|
||||
:global(.pinnable-button:hover .pinnable-svg) {
|
||||
fill: var(--action-button-fill-color-hover);
|
||||
}
|
||||
|
||||
:global(.pinnable-button:active .pinnable-svg) {
|
||||
fill: var(--action-button-fill-color-active);
|
||||
}
|
||||
|
||||
:global(.pinnable-button.checked .pinnable-svg) {
|
||||
fill: var(--action-button-fill-color-pressed);
|
||||
}
|
||||
|
||||
:global(.pinnable-button.checked:hover .pinnable-svg) {
|
||||
fill: var(--action-button-fill-color-pressed-hover);
|
||||
}
|
||||
|
||||
:global(.pinnable-button.checked:active .pinnable-svg) {
|
||||
fill: var(--action-button-fill-color-pressed-active);
|
||||
}
|
||||
|
||||
/* TODO: end copypasta */
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
|
Loading…
Reference in New Issue