[libadwaita/wip/exalm/oapcity: 11/14] 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: 11/14] stylesheet: Fix double opacity on spinbutton buttons
- Date: Mon, 25 Oct 2021 13:03:40 +0000 (UTC)
commit b188f5bdae2f543a78e647551abd0dec568a487c
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]