Skip to content

Commit

Permalink
Revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Aug 17, 2017
1 parent 05568c9 commit 38c3d57
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,6 @@ notebook {
&:backdrop { background-color: $backdrop_bg_color; }
}
}
stack { background-color: shade($bg_color, 1.05); }
}


Expand Down
2 changes: 0 additions & 2 deletions gtk-3.0/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2456,8 +2456,6 @@ notebook.frame > stack:not(:only-child) {
border: 1px solid shade(#393f3f, 0.9); }
notebook.frame > stack:not(:only-child):backdrop {
background-color: #393f3f; }
notebook stack {
background-color: shade(#393f3f, 1.05); }

/**************
* Scrollbars *
Expand Down
2 changes: 0 additions & 2 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -2469,8 +2469,6 @@ notebook.frame > stack:not(:only-child) {
border: 1px solid shade(#cecece, 0.9); }
notebook.frame > stack:not(:only-child):backdrop {
background-color: #cecece; }
notebook stack {
background-color: shade(#cecece, 1.05); }

/**************
* Scrollbars *
Expand Down

0 comments on commit 38c3d57

Please sign in to comment.