[libadwaita/wip/snwh/linked-button-fixes] buttons: fix lists case



commit f2882176ff7d1c16525ac1070a4fda66555a2b94
Author: Sam Hewitt <sam snwh org>
Date:   Fri Nov 12 10:01:23 2021 -0330

    buttons: fix lists case

 src/stylesheet/widgets/_buttons.scss | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss
index 034f8f3e..524a8a7a 100644
--- a/src/stylesheet/widgets/_buttons.scss
+++ b/src/stylesheet/widgets/_buttons.scss
@@ -27,6 +27,7 @@ button {
 
       @if $contrast == 'high' {
         box-shadow: inset 0 0 0 1px $border_color;
+        > * {transform: none;}
       }
 
       &:hover {
@@ -397,6 +398,7 @@ button.outline {
 
     &:hover, &:active, &:checked {
       box-shadow: none;
+      > * {transform: none;}
     }
   }
 


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