File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
pgml-dashboard/static/css/scss/components Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 199
199
& :hover {
200
200
background-color : #{$gray-700 } ;
201
201
color : #{$gray-100 } ;
202
- @include semibold_by_shadow ($gray-100 )
202
+
203
+ span :not (.material-symbols-outlined ) {
204
+ @include semibold_by_shadow ($gray-100 )
205
+ }
206
+ span .material-symbols-outlined {
207
+ @include bold_by_shadow ($neon-shade-300 )
208
+ }
203
209
}
204
210
205
211
& :active , :focus , :target , .active {
206
212
background-color : #{$neon-tint-100 } ;
207
213
color : #{$gray-100 } ;
208
214
border-radius : calc ($border-radius / 2 );
209
-
215
+
210
216
span {
211
217
color : #{$gray-100 } ;
212
218
}
213
219
}
214
220
221
+ & :hover a .active {
222
+ span .material-symbols-outlined {
223
+ @include bold_by_shadow ($gray-100 )
224
+ }
225
+ }
226
+
215
227
& a .disabled , .disabled >span , & .disabled {
216
228
color : #{$gray-500 } ;
217
229
pointer-events : none ;
You can’t perform that action at this time.
0 commit comments