[libadwaita/wip/exalm/oapcity: 6/6] stylesheet: Fix double opacity on spinbutton buttons
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/oapcity: 6/6] stylesheet: Fix double opacity on spinbutton buttons
- Date: Thu, 21 Oct 2021 19:50:04 +0000 (UTC)
commit 6ab38e12711d9d6738a251d5d1240207acf1743e
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Oct 22 00:48:41 2021 +0500
stylesheet: Fix double opacity on spinbutton buttons
src/stylesheet/widgets/_spin-button.scss | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/stylesheet/widgets/_spin-button.scss b/src/stylesheet/widgets/_spin-button.scss
index c56360ff..d5b17144 100644
--- a/src/stylesheet/widgets/_spin-button.scss
+++ b/src/stylesheet/widgets/_spin-button.scss
@@ -23,6 +23,10 @@ spinbutton {
&:active {
background-color: $view_active_color;
}
+
+ &:disabled {
+ filter: none;
+ }
}
&:not(.vertical) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]