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 {
|
@if $t==focus {
|
||||||
@include _shadows(entry_focus_shadow($fc), $_entry_edge);
|
@include _shadows(entry_focus_shadow($fc), $_entry_edge);
|
||||||
border-color: entry_focus_border($fc);
|
border-color: entry_focus_border($fc);
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
@if $t==insensitive {
|
@if $t==insensitive {
|
||||||
color: $insensitive_fg_color;
|
color: $insensitive_fg_color;
|
||||||
|
Loading…
Reference in New Issue
Block a user