Skip to content

Commit 3fda5a0

Browse files
committed
update gallery focus outline style
1 parent c1a14d8 commit 3fda5a0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/sandcastle/src/Gallery/Gallery.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,9 @@
126126
padding: var(--stratakit-space-x2);
127127
gap: var(--stratakit-space-x2);
128128
overflow-y: auto;
129-
&:focus-visible {
130-
/* small margin to allow focus highlight to be visible all the way around */
131-
margin: 0 3px 4px;
132-
border-radius: var(--stratakit-ext-radius-xs);
133-
}
129+
/* small margin to allow focus highlight to be visible all the way around */
130+
margin: 0 3px 4px;
131+
border-radius: var(--stratakit-ext-radius-xs);
134132
}
135133

136134
.empty-list div {

0 commit comments

Comments
 (0)