From 62a253188d62caa564087f0cdd5d244d32ef0147 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Thu, 17 Apr 2025 21:25:14 +0300 Subject: [PATCH] Fixed clock button in panel-no-pill tweak --- tweaks/panel/no-pill.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tweaks/panel/no-pill.css b/tweaks/panel/no-pill.css index c8b6b0b..151af1d 100644 --- a/tweaks/panel/no-pill.css +++ b/tweaks/panel/no-pill.css @@ -15,4 +15,9 @@ .panel-button:active .clock { 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; } \ No newline at end of file