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

Commit

Permalink
Gtk-3.2x&4.0: [Budgie-desktop] Fix incorrect separator color and drop…
Browse files Browse the repository at this point in the history
… unneeded extend
  • Loading branch information
tista500 committed Oct 1, 2018
1 parent 2f9e931 commit 45c9ff3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions gtk/sass/common/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,12 @@ window.budgie-popover:not(.csd) {
background-color: $dark_bg;
// FIXME: we can't expose depth-3
box-shadow: $z-depth-2;

separator.horizontal {
@if $variant == dark {
background-color: track(white, $a_div_2);
}
}
}

> frame.container {
Expand Down Expand Up @@ -938,10 +944,7 @@ window.sound-popover.background box.horizontal {
}
}

box.vertical > button.flat.display-settings-button {
@extend %action-area-button;
font-weight: 500;
}
box.vertical > button.flat.display-settings-button { font-weight: 500; }
}

// places-indicator styling
Expand Down

0 comments on commit 45c9ff3

Please sign in to comment.