Skip to content

Commit db0bc3c

Browse files
committed
Added border to notebook header
1 parent 20b6fa3 commit db0bc3c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/sass/gtk4/libadwaita-tweaks.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
// https://github.com/lassekongo83/adw-gtk3/issues/232
3131
notebook > header {
3232
background-color: var(--window-bg-color);
33-
border-color: var(--window-bg-color);
3433
}
3534

3635
// Better osd

src/sass/widgets/_notebook.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
notebook {
55
> header {
66
padding: 1px;
7-
border-width: 0px;
7+
border-width: 1px;
88
background-clip: padding-box;
99
background-color: $window_bg_color;
10-
border-color: $window_bg_color;
10+
border-color: $border_color;
1111

1212
tabs { margin: -1px; }
1313

0 commit comments

Comments
 (0)