File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -52,24 +52,23 @@ governing permissions and limitations under the License.
52
52
53
53
cursor : pointer;
54
54
55
- transition : background-color var (--spectrum-global-animation-duration-100 )
56
- ease-out,
55
+ transition : background-color var (--spectrum-global-animation-duration-100 ) ease-out,
57
56
color var (--spectrum-global-animation-duration-100 ) ease-out;
58
57
59
58
& : focus {
60
59
outline : none;
61
60
}
62
61
63
- & : focus-ring :: before {
64
- content : "" ;
62
+ & : before {
63
+ content : '' ;
65
64
position : absolute;
66
- inset-block-start : 0 ;
67
- inset-inline-start : 0 ;
68
- inset-inline-end : 0 ;
69
- inset-block-end : 0 ;
65
+ inset : 0 ;
66
+ pointer-events : none;
70
67
71
- border-block : var (--spectrum-tabs-m-focus-ring-size ) solid transparent;
68
+ border : var (--spectrum-tabs-m-focus-ring-size ) solid transparent;
72
69
border-radius : var (--spectrum-sidenav-item-border-radius );
70
+
71
+ transition : border var (--spectrum-global-animation-duration-100 ) ease-out;
73
72
}
74
73
75
74
.spectrum-SideNav-itemIcon {
You can’t perform that action at this time.
0 commit comments