Skip to content

Commit cfc2f80

Browse files
committed
https://github.com/lassekongo83/adw-gtk3/issues/262#issuecomment-2849406909
1 parent 36551ba commit cfc2f80

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/sass/_apps.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,18 @@ toolbar.toolbar {
655655
window.background:not(.solid-csd):not(.csd) > notebook > header {
656656
// For libreoffice. No idea why.
657657
border: 0;
658-
tab { margin: 0; }
658+
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;
659671
}
660672

0 commit comments

Comments
 (0)