[libadwaita/wip/exalm/label-focus] stylesheet: Remove focus ring from labels




commit d541a250f7800d284534eb82b771b6e1182a6741
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Aug 4 13:43:37 2021 +0500

    stylesheet: Remove focus ring from labels
    
    If a label is focusable, it either has selectable text or links. In the
    first case we end up with selection + focus ring, in the second one 2 focus
    rings.
    
    Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/244

 src/stylesheet/widgets/_labels.scss | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_labels.scss b/src/stylesheet/widgets/_labels.scss
index 8f972afe..d4699954 100644
--- a/src/stylesheet/widgets/_labels.scss
+++ b/src/stylesheet/widgets/_labels.scss
@@ -1,6 +1,4 @@
 label {
-  @include focus-ring();
-
   &.separator {
     @extend .dim-label;
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]