Skip to content

Commit

Permalink
Improve contrast of dark entry (Fixes #263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Nov 30, 2020
1 parent c4e6c86 commit cd10413
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions light/gtk-3.0/_drawing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
// entries

@function entry_focus_border($fc:$selected_bg_color) {
@if $variant == 'light' { @return $fc; }
@else { @return if($fc==$selected_bg_color, $selected_borders_color, darken($fc, 35%)); }
@return $fc;
}

@function entry_focus_shadow($fc:$selected_bg_color) {
Expand Down

0 comments on commit cd10413

Please sign in to comment.