1
1
md-menu-bar .md-THEME_NAME-theme {
2
2
& > button .md-button {
3
- color : ' {{foreground-2 }}' ;
3
+ color : ' {{foreground-1 }}' ;
4
4
border-radius : 2px ;
5
5
}
6
6
7
+ md-menu > button {
8
+ color : ' {{foreground-1}}' ;
9
+ }
10
+
7
11
md-menu .md-open > button , md-menu > button :focus {
8
12
outline : none ;
9
- background : ' {{background-200 }}' ;
13
+ background-color : ' {{ background-500-0.18 }}' ;
10
14
}
11
15
12
16
& .md-open :not (.md-keyboard-mode ) md-menu :hover > button {
13
- background-color : ' {{ background-500-0.2 }}' ;
17
+ background-color : ' {{ background-500-0.18 }}' ;
14
18
}
15
19
16
20
& :not (.md-keyboard-mode ):not (.md-open ) {
@@ -23,22 +27,22 @@ md-menu-bar.md-THEME_NAME-theme {
23
27
24
28
md-menu-content .md-THEME_NAME-theme {
25
29
.md-menu > .md-button :after {
26
- color : ' {{background-A200-0.54 }}' ;
30
+ color : ' {{foreground-2 }}' ;
27
31
}
28
32
29
33
.md-menu.md-open > .md-button {
30
- background-color : ' {{ background-500-0.2 }}' ;
34
+ background-color : ' {{ background-500-0.18 }}' ;
31
35
}
32
36
}
33
37
34
38
md-toolbar .md-THEME_NAME-theme.md-menu-toolbar {
35
- background-color : ' {{background-A100 }}' ;
36
- color : ' {{background-A200 }}' ;
39
+ background-color : ' {{background-hue-1 }}' ;
40
+ color : ' {{foreground-1 }}' ;
37
41
md-toolbar-filler {
38
42
background-color : ' {{primary-color}}' ;
39
- color : ' {{background-A100-0.87 }}' ;
43
+ color : ' {{primary-contrast }}' ;
40
44
md-icon {
41
- color : ' {{background-A100-0.87 }}' ;
45
+ color : ' {{primary-contrast }}' ;
42
46
}
43
47
}
44
48
0 commit comments