Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.20&3.22&4.0: [FirefoxQuantum] Clean up outdated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tista500 committed Jul 2, 2018
1 parent 649e2dd commit bb7aa73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions gtk/sass/3.20/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,6 @@ window.background:not(.solid-csd) > box.vertical {
// FIXME: no backdrop state, no maximized state, bullshit...
padding: 0 if($ref_weight < 1.0, (28px - $icon_size * 1.25) / 2,
(28px - $icon_size * 1.5) / 2);
border-top: 1px solid $top_edge_borders_color;

&.default-decoration button.titlebutton {
@extend %browser_csd_titlebutton;
Expand Down Expand Up @@ -2999,9 +2998,7 @@ window.background:not(.solid-csd) > box.vertical {
separator { background-color: $solid_light_borders_color; }

> scrolledwindow > textview text {
&:selected,
&:selected:focus,
selection { @extend %selected_items; }
&:selected { @extend %selected_items; }
}

> button {
Expand Down
5 changes: 1 addition & 4 deletions gtk/sass/3.22/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,6 @@ window.background:not(.solid-csd) > box.vertical {
// FIXME: no backdrop state, no maximized state, bullshit...
padding: 0 if($ref_weight < 1.0, (28px - $icon_size * 1.25) / 2,
(28px - $icon_size * 1.5) / 2);
border-top: 1px solid $top_edge_borders_color;

&.default-decoration button.titlebutton {
@extend %browser_csd_titlebutton;
Expand Down Expand Up @@ -2812,9 +2811,7 @@ window.background:not(.solid-csd) > box.vertical {
separator { background-color: $solid_light_borders_color; }

> scrolledwindow > textview text {
&:selected,
&:selected:focus,
selection { @extend %selected_items; }
&:selected { @extend %selected_items; }
}

> button {
Expand Down
5 changes: 1 addition & 4 deletions gtk/sass/4.0/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2745,7 +2745,6 @@ window.background:not(.solid-csd) > box.vertical {
// FIXME: no backdrop state, no maximized state, bullshit...
padding: 0 if($ref_weight < 1.0, (28px - $icon_size * 1.25) / 2,
(28px - $icon_size * 1.5) / 2);
border-top: 1px solid $top_edge_borders_color;

&.default-decoration button.titlebutton {
@extend %browser_csd_titlebutton;
Expand Down Expand Up @@ -2791,9 +2790,7 @@ window.background:not(.solid-csd) > box.vertical {
separator { background-color: $solid_light_borders_color; }

> scrolledwindow > textview text {
&:selected,
&:selected:focus,
selection { @extend %selected_items; }
&:selected { @extend %selected_items; }
}

> button {
Expand Down

0 comments on commit bb7aa73

Please sign in to comment.