Skip to content

Commit

Permalink
gtk3, gtk4: Add border to solid-csd decorations
Browse files Browse the repository at this point in the history
As per upstream, hopefully preventing some borderless windows.
  • Loading branch information
jnsh committed May 20, 2022
1 parent e30e20c commit 2570e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/gtk-3.0/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3322,6 +3322,7 @@ decoration {
border-radius: 3px;
}
.solid-csd & {
border: 1px solid $borders_color;
border-radius: 0;
margin: 1px;
background-color: $header_bg;
Expand Down
1 change: 1 addition & 0 deletions common/gtk-4.0/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4043,6 +4043,7 @@ window {
&.solid-csd {
margin: 1px;
padding: 0;
border: 1px solid $borders_color;
border-radius: 0;
background-color: $header_bg;
box-shadow: none;
Expand Down

0 comments on commit 2570e8e

Please sign in to comment.