Skip to content

Commit

Permalink
Set GtkNotebook's left/right/bottom borders to 0 if show_border=false
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Sep 13, 2018
1 parent 479582f commit 7c7f541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ notebook {

> stack:not(:only-child) { // the :not(:only-child) is for "hidden" notebooks
background-color: shade($bg_color, 1.05);
border-width: 1px;
border-width: 1px 0 0;
border-color: shade($bg_color, 0.9);
border-style: solid;
&:backdrop { background-color: $backdrop_bg_color; }
Expand Down

0 comments on commit 7c7f541

Please sign in to comment.