File tree 1 file changed +5
-1
lines changed
packages/wonder-blocks-tabs/src/components
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ const styles = StyleSheet.create({
108
108
listStyle : "none" ,
109
109
display : "inline-flex" ,
110
110
[ ":has(a:hover)" as any ] : {
111
- boxShadow : `inset 0 -${ sizing . size_050 } 0 0 ${ semanticColor . action . secondary . progressive . hover . foreground } ` ,
111
+ boxShadow : `inset 0 -${ sizing . size_025 } 0 0 ${ semanticColor . action . secondary . progressive . hover . foreground } ` ,
112
112
} ,
113
113
[ ":has(a:active)" as any ] : {
114
114
boxShadow : `inset 0 -${ sizing . size_075 } 0 0 ${ semanticColor . action . secondary . progressive . press . foreground } ` ,
@@ -122,6 +122,10 @@ const styles = StyleSheet.create({
122
122
} ,
123
123
current : {
124
124
boxShadow : `inset 0 -${ sizing . size_050 } 0 0 ${ semanticColor . action . secondary . progressive . default . foreground } ` ,
125
+ [ ":has(a:hover)" as any ] : {
126
+ // Make sure hover state for current item is the same underline at rest
127
+ boxShadow : `inset 0 -${ sizing . size_050 } 0 0 ${ semanticColor . action . secondary . progressive . default . foreground } ` ,
128
+ } ,
125
129
} ,
126
130
currentLink : {
127
131
color : semanticColor . action . secondary . progressive . default . foreground ,
You can’t perform that action at this time.
0 commit comments