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 b1aa122 commit 0b66763Copy full SHA for 0b66763
apps/website/src/routes/docs/headless/select/snippets/select.css
@@ -17,12 +17,18 @@
17
display: flex;
18
justify-content: center;
19
align-items: center;
20
+ margin-top: 0.25rem;
21
}
22
23
.select-trigger:hover {
24
background-color: hsla(var(--primary) / 0.08);
25
26
27
+.select-trigger:focus-visible {
28
+ outline: 2px solid hsla(var(--primary) / 1);
29
+ outline-offset: 2px;
30
+}
31
+
32
.select-popover {
33
width: 100%;
34
max-width: var(--select-width);
0 commit comments