[libadwaita/wip/exalm/fixes: 4/5] stylesheet: Fix AdwStatusPage icon when insensitive
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/fixes: 4/5] stylesheet: Fix AdwStatusPage icon when insensitive
- Date: Mon, 27 Sep 2021 09:22:18 +0000 (UTC)
commit 4288427f87f62fde1fc76d782ba37e994cea64f2
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Sep 27 14:11:10 2021 +0500
stylesheet: Fix AdwStatusPage icon when insensitive
src/stylesheet/widgets/_misc.scss | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/stylesheet/widgets/_misc.scss b/src/stylesheet/widgets/_misc.scss
index 10bc73a7..dfa7c4ce 100644
--- a/src/stylesheet/widgets/_misc.scss
+++ b/src/stylesheet/widgets/_misc.scss
@@ -89,6 +89,10 @@ statuspage {
color: gtkalpha(currentColor, 0.5);
}
+ &:disabled {
+ opacity: .5;
+ }
+
&:not(:last-child) {
margin-bottom: 24px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]