[libadwaita/wip/exalm/list-buttons: 2/3] stylesheet: Stop styling buttons inside lists




commit 877c3a833e52b2675fe3bdb6a71870fc077264dc
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Apr 28 13:55:42 2021 +0500

    stylesheet: Stop styling buttons inside lists
    
    Blanket styling all buttons inside lists is dangerous, for example it also
    affects buttons inside popovers inside lists, such as the buttons in the
    touch text selection popover.

 src/stylesheet/widgets/_buttons.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss
index ebbe1a5..63078a7 100644
--- a/src/stylesheet/widgets/_buttons.scss
+++ b/src/stylesheet/widgets/_buttons.scss
@@ -417,8 +417,7 @@ button.color {
 /* list buttons */
 /* tone down as per new designs, see issue #1473 */
 %list_button,
-button.list-button,
-list > row button.image-button:not(.flat) {
+button.list-button {
   @extend %undecorated_button;
   border: 1px solid transparentize($borders_color, .5);
 


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