Skip to content

Commit

Permalink
Gtk-3.20&3.22&4.0: [Tilix] Simplify selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
tista500 committed Aug 8, 2017
1 parent a610a5d commit d0fe40a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion gtk/sass/3.20/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4181,7 +4181,11 @@ window.background.chromium {
// * Tilix *
// *********/

window.background > headerbar.titlebar > box.horizontal.linked {
headerbar.tilix-embedded-headerbar button { // non-CSD mode
margin: rem(5.3px) 0;
}

headerbar > box.horizontal.linked {
> button.toggle.session-sidebar-button { // left-most revealer button
min-height: $icon_size;
padding-top: rem(($widget_size - $icon_size - 2.7px) / 2);
Expand Down
6 changes: 5 additions & 1 deletion gtk/sass/3.22/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4087,7 +4087,11 @@ window.background.chromium {
// * Tilix *
// *********/

window.background > headerbar.titlebar > box.horizontal.linked {
headerbar.tilix-embedded-headerbar button { // non-CSD mode
margin: rem(5.3px) 0;
}

headerbar > box.horizontal.linked {
> button.toggle.session-sidebar-button { // left-most revealer button
min-height: $icon_size;
padding-top: rem(($widget_size - $icon_size - 2.7px) / 2);
Expand Down
6 changes: 5 additions & 1 deletion gtk/sass/4.0/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3960,7 +3960,11 @@ window.background.chromium {
// * Tilix *
// *********/

window.background > headerbar.titlebar > box.horizontal.linked {
headerbar.tilix-embedded-headerbar button { // non-CSD mode
margin: rem(5.3px) 0;
}

headerbar > box.horizontal.linked {
> button.toggle.session-sidebar-button { // left-most revealer button
min-height: $icon_size;
padding-top: rem(($widget_size - $icon_size - 2.7px) / 2);
Expand Down

0 comments on commit d0fe40a

Please sign in to comment.