[libadwaita/wip/exalm/card: 1/2] stylesheet: Fix a typo in button.osd:checked style
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/card: 1/2] stylesheet: Fix a typo in button.osd:checked style
- Date: Thu, 21 Oct 2021 23:27:48 +0000 (UTC)
commit 8f37de9e829e68c3c61ecb43f055c55c7eddda62
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Oct 22 04:21:42 2021 +0500
stylesheet: Fix a typo in button.osd:checked style
src/stylesheet/widgets/_buttons.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss
index c07f5c41..636b9b29 100644
--- a/src/stylesheet/widgets/_buttons.scss
+++ b/src/stylesheet/widgets/_buttons.scss
@@ -129,7 +129,7 @@ button {
}
&:checked {
- background-color: gtkalpha(gtkmix(black, currentColor, 8%), .65);
+ background-color: gtkalpha(gtkmix(black, currentColor, 80%), .65);
&:hover {
background-color: gtkalpha(gtkmix(black, currentColor, 75%), .65);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]