[libadwaita/wip/exalm/menu-color: 1/2] stylesheet: Refresh active menubar item style
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/menu-color: 1/2] stylesheet: Refresh active menubar item style
- Date: Sun, 16 May 2021 15:06:25 +0000 (UTC)
commit 14682b903228cdc2b8c06382f475300ad97feee5
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu May 13 17:40:56 2021 +0500
stylesheet: Refresh active menubar item style
Get rid of accent color there.
src/stylesheet/widgets/_menus.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_menus.scss b/src/stylesheet/widgets/_menus.scss
index 31fc630c..dd27d577 100644
--- a/src/stylesheet/widgets/_menus.scss
+++ b/src/stylesheet/widgets/_menus.scss
@@ -132,10 +132,10 @@ menubar {
> item {
min-height: 16px;
padding: 4px 8px;
+ border-radius: $button_radius;
&:selected { //Seems like it :hover even with keyboard focus
- box-shadow: inset 0 -3px $selected_bg_color;
- color: $link_color;
+ background-color: $menu_selected_color;
}
&:disabled {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]