25
25
}
26
26
27
27
.toolbar-toggled-gray :not (.toolbar-render-as-links ) .toolbar-button :not (.toolbar-has-glyph ):not (.toolbar-has-dropdown ):not (.largeicon-menu ):hover {
28
- background-color : var (--toolbar-bg-color );
28
+ background-color : $contrast ;
29
+ border-color : $contrast ;
29
30
}
30
31
31
32
.toolbar-glyph {
67
68
68
69
.toolbar-button.toolbar-state-on :enabled:hover:not (:active ) .toolbar-glyph ,
69
70
.toolbar-blue-on-hover .toolbar-button :not (.toolbar-state-on ):enabled:active:hover {
70
- background-color : $accent1 ;
71
+ background-color : $accent2 ;
71
72
}
72
73
73
74
.toolbar-button.toolbar-state-on :enabled:hover:not (:active ) .toolbar-text {
74
- color : $accent1 ;
75
+ color : $accent2 ;
75
76
}
76
77
77
78
.toolbar-toggled-gray .toolbar-button.toolbar-state-on {
78
- background-color : var ( --toolbar-bg-color ) !important ;
79
+ background-color : $highlight !important ;
79
80
}
80
81
81
82
.toolbar-button.toolbar-state-on.toolbar-toggle-with-red-color .toolbar-glyph ,
87
88
color : $foreground ;
88
89
}
89
90
90
- select .toolbar-item [data-keyboard-focus = " true" ]:focus {
91
+ select .toolbar-item [data-keyboard-focus = ' true' ]:focus {
91
92
background-color : $active ;
92
93
}
93
94
94
- select .toolbar-item [data-keyboard-focus = " true" ]:focus > * {
95
+ select .toolbar-item [data-keyboard-focus = ' true' ]:focus > * {
95
96
background-color : $background ;
96
97
}
97
98
@@ -135,7 +136,7 @@ select.toolbar-item[data-keyboard-focus="true"]:focus > * {
135
136
background-color : $active ;
136
137
}
137
138
138
- .toolbar-button [data-keyboard-focus = " true" ]:focus ::after {
139
+ .toolbar-button [data-keyboard-focus = ' true' ]:focus ::after {
139
140
background-color : $highlight ;
140
141
opacity : 0.5 ;
141
142
}
@@ -145,12 +146,12 @@ select.toolbar-item[data-keyboard-focus="true"]:focus > * {
145
146
border-color : $border ;
146
147
}
147
148
148
- input [is = " history-input" ]:hover {
149
+ input [is = ' history-input' ]:hover {
149
150
box-shadow : var (--focus-ring-inactive-shadow );
150
151
}
151
152
152
- input [is = " history-input" ]:focus ,
153
- input [is = " history-input" ]:not (:placeholder-shown ) {
153
+ input [is = ' history-input' ]:focus ,
154
+ input [is = ' history-input' ]:not (:placeholder-shown ) {
154
155
box-shadow : none ;
155
156
border-bottom-color : $accent1 ;
156
157
}
@@ -160,11 +161,14 @@ input[is="history-input"]:not(:placeholder-shown) {
160
161
}
161
162
162
163
.toolbar-item.toolbar-button :not (.toolbar-has-dropdown ) {
164
+ background : $contrast ;
163
165
color : $foreground ;
166
+ border-color : $contrast ;
164
167
165
168
& :hover {
166
- background-image : radial-gradient (circle at center , $highlight 60% , rgba (0 ,0 , 0 , 0 ) 0 ) !important ;
169
+ background-image : radial-gradient (circle at center , $highlight 60% , rgba (0 , 0 , 0 , 0 ) 0 ) !important ;
167
170
opacity : .8 ;
171
+ color : $selFg !important ;
168
172
169
173
> * {
170
174
color : $selFg !important ;
0 commit comments