Skip to content

Commit

Permalink
fix(gtk320: nemo): remove unused code which was causing button roundi…
Browse files Browse the repository at this point in the history
…ng problems in toolbar
  • Loading branch information
actionless committed Dec 25, 2019
1 parent 917fbaf commit 1e382fb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/gtk-3.20/scss/apps/_nemo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@
border-style: solid;
border-color: border_normal($toolbar_bg_color);

button {
@include button($bg_color, $fg_color);
}

.linked > button { @include linked_button($bg_color, $fg_color); }

separator, separator:disabled {
color: shade($bg_color, ($contrast + .1));
color: mix($bg_color, $fg_color, .88);
border-color: currentColor;
-GtkWidget-window-dragging: true;
}
Expand Down Expand Up @@ -90,6 +84,7 @@
statusbar {
border: 0;
}

}
} // END Status Bar

Expand Down

0 comments on commit 1e382fb

Please sign in to comment.