[libadwaita/wip/exalm/list-focus-again] stylesheet: Fix boxed list focus again




commit 9c48cf5cab8c4bd7dfd78a8a3ed2661945d554ee
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Nov 12 22:54:53 2021 +0500

    stylesheet: Fix boxed list focus again
    
    It needed adjustments for the listbox style changes.

 src/stylesheet/widgets/_lists.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_lists.scss b/src/stylesheet/widgets/_lists.scss
index 406f8abc..7435e32d 100644
--- a/src/stylesheet/widgets/_lists.scss
+++ b/src/stylesheet/widgets/_lists.scss
@@ -135,7 +135,7 @@ row.combo {
 }
 
 %boxed_list_row {
-  @include focus-ring($offset: -2px);
+  @include focus-ring($offset: -1px);
 
   transition: 200ms $ease-out-quad;
   border-bottom: 1px solid $border_color;


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