We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b4ce7 commit 9909cecCopy full SHA for 9909cec
1 file changed
gtk-3.20/scss/widgets/_menu.scss
@@ -114,13 +114,29 @@
114
}
115
116
calendar {
117
- &:indeterminate { color: mix($menu_fg_color, $menu_bg_color, .5); }
+ color: $menu_fg_color;
118
119
- .button {
120
- border-style: none;
121
- background-color: transparent;
122
- background-image: none;
+ &.header {
+ border-bottom: 1px solid shade($menu_bg_color, ($contrast + .1));
+ border-radius: 0;
+
123
+ &:backdrop { border-color: shade($menu_bg_color, ($contrast + .1)); }
124
+ }
125
126
+ &.button {
127
+ @extend %undecorated_button;
128
129
+ color: alpha($menu_fg_color, .55);
130
131
+ &:hover {
132
133
134
135
136
137
138
+ &:indeterminate,
139
+ &:indeterminate:backdrop { color: mix($menu_fg_color, $menu_bg_color, .5); }
140
141
142
0 commit comments