This commit is contained in:
vinceliuice
2023-05-01 00:57:28 +08:00
parent 96d6de2793
commit 12c8c77912
4 changed files with 27 additions and 13 deletions

View File

@@ -106,8 +106,11 @@ window.background.chromium {
menubar,
headerbar { color: $titlebar-text-secondary; }
// Workaround for non-animatable buttons in headerbar
headerbar button:active { background-color: $overlay-active; }
headerbar.titlebar {
padding: 0 $space-size * 2;
button:active { background-color: $overlay-active; } // Workaround for non-animatable buttons in headerbar
}
spinner { color: $primary; }