Skip to content

Commit 9d6c318

Browse files
fix(splitview): add is-focused class for horizontally-focused variant styles
1 parent 085b0a6 commit 9d6c318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/splitview/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
outline: none;
144144
}
145145

146+
&.is-focused,
146147
&:focus-visible {
147148
outline: none;
148149
background-color: var(--highcontrast-splitview-handle-background-color-focus, var(--mod-splitview-handle-background-color-focus, var(--spectrum-splitview-handle-background-color-focus)));

0 commit comments

Comments
 (0)