Commit 543852e 1 parent 864fc17 commit 543852e Copy full SHA for 543852e
File tree 1 file changed +4
-24
lines changed
1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -37,47 +37,27 @@ $focus-bdr-width: 0.0625rem;
37
37
fill : var (--theme-menu-btn--color );
38
38
opacity : 1 ;
39
39
x : 2px ;
40
- transition :
41
- x 0.075s ease-in 0.15s ,
42
- transform 0.075s ease-in-out 0.075s ,
43
- y 0.075s ease-in-out ,
44
- opacity 0.075s linear 0.075s ;
40
+ transition : x 0.075s ease-in 0.15s , transform 0.075s ease-in-out 0.075s ,
41
+ y 0.075s ease-in-out , opacity 0.075s linear 0.075s ;
45
42
transform-origin : center ;
46
43
}
47
44
}
48
45
49
46
:host (:hover ) {
50
47
.burger-menu-button {
51
48
background-color : var (--theme-menu-btn--background--hover );
52
- border-width : $focus-bdr-width ;
53
- border-style : solid ;
54
- border-color : transparent ;
55
- border-radius : var (--theme-btn--border-radius );
56
- outline : none ;
57
- cursor : pointer ;
58
49
}
59
50
}
60
51
61
- :host (:focus ) {
62
- .burger-menu-button {
63
- border-width : $focus-bdr-width ;
64
- border-style : solid ;
52
+ .burger-menu-button {
53
+ @include focus-visible {
65
54
border-color : var (--theme-color-focus-bdr );
66
- border-radius : var (--theme-btn--border-radius );
67
- outline : none ;
68
- cursor : pointer ;
69
55
}
70
56
}
71
57
72
58
:host (:active ) {
73
59
.burger-menu-button {
74
60
background-color : var (--theme-menu-btn--background--active );
75
- border-width : $focus-bdr-width ;
76
- border-style : solid ;
77
- border-color : var (--theme-color-focus-bdr );
78
- border-radius : var (--theme-btn--border-radius );
79
- outline : none ;
80
- cursor : pointer ;
81
61
}
82
62
}
83
63
You can’t perform that action at this time.
0 commit comments