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:
Matthias Clasen 2020-04-09 21:18:01 -04:00
parent e3b9dfef1c
commit b15f16e8db

View File

@ -42,7 +42,8 @@ dnd {
* Outlines *
********/
label:focus(visible),
:focus(visible) link,
label:focus(visible):not(.link),
row:focus(visible),
flowboxchild:focus(visible) {
// We use the outline properties to signal the focus properties