forked from AuroraMiddleware/gtk
adwaita: Remove outlines from focused entries for now
This commit is contained in:
parent
5d698c1452
commit
f38555712b
@ -55,6 +55,7 @@
|
||||
@if $t==focus {
|
||||
@include _shadows(entry_focus_shadow($fc), $_entry_edge);
|
||||
border-color: entry_focus_border($fc);
|
||||
outline: none;
|
||||
}
|
||||
@if $t==insensitive {
|
||||
color: $insensitive_fg_color;
|
||||
|
Loading…
Reference in New Issue
Block a user