[libadwaita/wip/exalm/stylesheet2: 21/97] stylesheet: Merge .list-button from libhandy into the main stylesheet




commit 97e1a09ae14aee46babb3355c16e24690514a504
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 16:53:52 2021 +0500

    stylesheet: Merge .list-button from libhandy into the main stylesheet

 src/stylesheet/_common.scss | 1 +
 src/stylesheet/_custom.scss | 8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 85d73eb..41555bf 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -877,6 +877,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) {
   @extend %undecorated_button;
   border: 1px solid transparentize($borders_color, .5);
diff --git a/src/stylesheet/_custom.scss b/src/stylesheet/_custom.scss
index 0173e40..76dddde 100644
--- a/src/stylesheet/_custom.scss
+++ b/src/stylesheet/_custom.scss
@@ -387,14 +387,6 @@ listview.content {
   }
 }
 
-// List button
-
-button.list-button:not(:active):not(:checked):not(:hover) {
-  background: none;
-  border: 1px solid transparentize($borders_color, 0.5);
-  box-shadow: none;
-}
-
 // AdwStatusPage
 
 statuspage > scrolledwindow > viewport > box {


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