[libadwaita/wip/exalm/stylesheet2: 46/103] stylesheet: Fix formatting in menu styles
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet2: 46/103] stylesheet: Fix formatting in menu styles
- Date: Fri, 16 Apr 2021 22:38:45 +0000 (UTC)
commit 93e2e2be8b93687894fbc3b0a66e29135e2ac4d3
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Apr 8 20:02:06 2021 +0500
stylesheet: Fix formatting in menu styles
src/stylesheet/_common.scss | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index ce95932..3bc41f4 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1825,7 +1825,7 @@ popover.menu {
}
accelerator {
- color: gtkalpha(currentColor,0.55);
+ color: gtkalpha(currentColor, 0.55);
&:dir(ltr) { margin-left: $_menu-padding; }
&:dir(rtl) { margin-right: $_menu-padding; }
@@ -1840,7 +1840,9 @@ popover.menu {
}
//only menu radios have a border
- radio { border-color: $borders_color;
+ radio {
+ border-color: $borders_color;
+
&:active { border-color: transparentize($borders_color,0.5); }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]