-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_menu-bar-theme.scss
45 lines (38 loc) · 988 Bytes
/
_menu-bar-theme.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
md-menu-bar.md-THEME_NAME-theme {
& > button.md-button {
color: '{{foreground-2}}';
border-radius: 2px;
}
md-menu.md-open > button, md-menu > button:focus {
outline: none;
background: '{{background-200}}';
}
&.md-open:not(.md-keyboard-mode) md-menu:hover > button {
background-color: '{{ background-500-0.2}}';
}
&:not(.md-keyboard-mode):not(.md-open) {
md-menu button:hover,
md-menu button:focus {
background: transparent;
}
}
}
md-menu-content.md-THEME_NAME-theme {
.md-menu > .md-button:after {
color: '{{background-A200-0.54}}';
}
.md-menu.md-open > .md-button {
background-color: '{{ background-500-0.2}}';
}
}
md-toolbar.md-THEME_NAME-theme.md-menu-toolbar {
background-color: '{{background-A100}}';
color: '{{background-A200}}';
md-toolbar-filler {
background-color: '{{primary-color}}';
color: '{{background-A100-0.87}}';
md-icon {
color: '{{background-A100-0.87}}';
}
}
}