mirror of https://github.com/Lissy93/dashy.git
💄 Adds CSS for disabled SVG button option
This commit is contained in:
parent
48947785bd
commit
b90301e479
|
@ -34,6 +34,15 @@
|
|||
background: var(--settings-text-color);
|
||||
path { fill: var(--background); }
|
||||
}
|
||||
&.disabled {
|
||||
opacity: var(--dimming-factor);
|
||||
cursor: not-allowed;
|
||||
&:hover {
|
||||
border: 1px solid currentColor;
|
||||
background: var(--background);
|
||||
path { fill: var(--settings-text-color); }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue