We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36551ba commit cfc2f80Copy full SHA for cfc2f80
src/sass/_apps.scss
@@ -655,6 +655,18 @@ toolbar.toolbar {
655
window.background:not(.solid-csd):not(.csd) > notebook > header {
656
// For libreoffice. No idea why.
657
border: 0;
658
- tab { margin: 0; }
+ tab {
659
+ margin: 0 1px;
660
+ // https://github.com/lassekongo83/adw-gtk3/issues/262#issuecomment-2849406909
661
+ border-radius: $button_radius;
662
+ box-shadow: none;
663
+ &:hover { background-color: $hover_color; }
664
+ &:active, &:checked { background-color: $selected_color; }
665
+ &:checked:hover { background-color: $selected_hover_color; }
666
+ }
667
+}
668
+
669
+window.background:not(.solid-csd):not(.csd) > notebook > stack:not(:only-child) {
670
+ background-color: $window_bg_color;
671
}
672
0 commit comments