[libadwaita/wip/exalm/stylesheet2: 17/103] stylesheet: Remove disabled spinner style




commit 9de8447038078a6123bb831a11e9394b56cfd0f0
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 12:22:22 2021 +0500

    stylesheet: Remove disabled spinner style
    
    When a spinner is insensitive, it will already use an insensitive color, at
    which point it's not necessary to also transparentize it.

 src/stylesheet/_common.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index ca94a2f..1ca4286 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -41,7 +41,6 @@ dnd {
    Every time a wildcard is used a kitten dies, painfully.
 */
 
-spinner:disabled,
 arrow:disabled,
 check:disabled,
 radio:disabled { -gtk-icon-filter: opacity(0.5); }


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