forked from AuroraMiddleware/gtk
Adwaita: Don't render focus around labels with links
This avoids the 'double outline' problem for labels with links. Fixes: #135
This commit is contained in:
parent
e3b9dfef1c
commit
b15f16e8db
@ -42,7 +42,8 @@ dnd {
|
|||||||
* Outlines *
|
* Outlines *
|
||||||
********/
|
********/
|
||||||
|
|
||||||
label:focus(visible),
|
:focus(visible) link,
|
||||||
|
label:focus(visible):not(.link),
|
||||||
row:focus(visible),
|
row:focus(visible),
|
||||||
flowboxchild:focus(visible) {
|
flowboxchild:focus(visible) {
|
||||||
// We use the outline properties to signal the focus properties
|
// We use the outline properties to signal the focus properties
|
||||||
|
Loading…
Reference in New Issue
Block a user