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 20b6fa3 commit db0bc3cCopy full SHA for db0bc3c
src/sass/gtk4/libadwaita-tweaks.scss
@@ -30,7 +30,6 @@
30
// https://github.com/lassekongo83/adw-gtk3/issues/232
31
notebook > header {
32
background-color: var(--window-bg-color);
33
- border-color: var(--window-bg-color);
34
}
35
36
// Better osd
src/sass/widgets/_notebook.scss
@@ -4,10 +4,10 @@
4
notebook {
5
> header {
6
padding: 1px;
7
- border-width: 0px;
+ border-width: 1px;
8
background-clip: padding-box;
9
background-color: $window_bg_color;
10
- border-color: $window_bg_color;
+ border-color: $border_color;
11
12
tabs { margin: -1px; }
13
0 commit comments