mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme: Normalize entry focus style
This fixes the focus style of the regular entry to match with the GTK one. This will allow removing a number of overrides of entries for normalization. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/931
This commit is contained in:
parent
c4646c15e9
commit
9726aba257
2 changed files with 2 additions and 1 deletions
|
|
@ -46,6 +46,7 @@
|
|||
border-color: if($fc==$selected_bg_color,
|
||||
$selected_borders_color,
|
||||
darken($fc,35%));
|
||||
box-shadow: inset 0 0 0 1px $fc;
|
||||
}
|
||||
@if $t==hover { }
|
||||
@if $t==insensitive {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ StEntry {
|
|||
color: $fg_color;
|
||||
@include entry(normal);
|
||||
//&:hover { @include entry(hover);}
|
||||
&:focus { @include entry(focus,$fc:transparentize($fg_color,0.5));}
|
||||
&:focus { @include entry(focus);}
|
||||
&:insensitive { @include entry(insensitive);}
|
||||
selection-background-color: $selected_bg_color;
|
||||
selected-color: $selected_fg_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue