This commit is contained in:
vinceliuice
2024-04-29 07:42:36 +08:00
parent 4f99530a93
commit 5210660f98

View File

@@ -183,6 +183,16 @@
StLabel, StIcon { color: on(dark, secondary); }
.panel-button {
@if $float == 'true' {
box-shadow: inset 0 0 0 1000px overlay(dark, normal);
}
&.clock-display {
.clock {
box-shadow: inset 0 0 0 1000px overlay(dark, normal);
}
}
&:hover {
color: on(dark);
background-color: transparent;