Skip to content

Commit

Permalink
Gtk3: fix marks scale (#3634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 authored May 6, 2022
1 parent 877d46e commit b4e408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/src/default/gtk-3.0/_tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ switch {
}
}

scale:not(.marks-after) {
scale:not(.marks-after):not(.marks-before) {
$box-shadow: 0 2px 2px transparentize(black, .9);
$box-shadow-border: inset 0 0 0 1px transparentize(black, if($variant == 'light', .8, 1));
$box-shadow-border-active: inset 0 0 0 1px $progress_border_color;
Expand Down

0 comments on commit b4e408a

Please sign in to comment.