Fixed clock button in panel-no-pill tweak

This commit is contained in:
Vladyslav Hroshev
2025-04-17 21:25:14 +03:00
parent 0a7b4da405
commit 62a253188d

View File

@@ -16,3 +16,8 @@
background-color: transparent;
box-shadow: inset 0 0 0 999px ACCENT-DISABLED_HOVER;
}
.panel-button.clock-display:hover,
.panel-button.clock-display:active {
box-shadow: none;
}