File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 270270 mask-repeat : no-repeat;
271271 mask-image : var (--views-manager-button-icon );
272272 background-color : var (--button-fg );
273-
274- & : hover {
275- background-color : var (--button-hover-fg ) !important ;
276- }
277- & : active {
278- background-color : var (--button-active-fg ) !important ;
279- }
280273 }
281274
282275 & ::after {
289282 mask-position : center;
290283 mask-image : var (--views-manager-button-arrow-icon );
291284 background-color : var (--button-fg );
285+ }
292286
293- & : hover {
287+ & : hover {
288+ & ::before ,
289+ & ::after {
294290 background-color : var (--button-hover-fg ) !important ;
295291 }
296- & : active {
292+ }
293+
294+ & : active {
295+ & ::before ,
296+ & ::after {
297297 background-color : var (--button-active-fg ) !important ;
298298 }
299299 }
416416 mask-position : center;
417417 mask-image : var (--manage-button-icon );
418418 background-color : var (--button-fg );
419+ }
419420
420- & : hover {
421- background-color : var (--button-hover-fg ) !important ;
422- }
423- & : active {
424- background-color : var ( --button- active-fg ) !important ;
425- }
421+ & : hover :: after {
422+ background-color : var (--button-hover-fg ) !important ;
423+ }
424+
425+ & : active :: after {
426+ background-color : var ( --button-active-fg ) !important ;
426427 }
427428 }
428429
You can’t perform that action at this time.
0 commit comments