We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a14d8 commit 3fda5a0Copy full SHA for 3fda5a0
packages/sandcastle/src/Gallery/Gallery.css
@@ -126,11 +126,9 @@
126
padding: var(--stratakit-space-x2);
127
gap: var(--stratakit-space-x2);
128
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
- }
+ /* small margin to allow focus highlight to be visible all the way around */
+ margin: 0 3px 4px;
+ border-radius: var(--stratakit-ext-radius-xs);
134
}
135
136
.empty-list div {
0 commit comments