Skip to content

Commit 0b66763

Browse files
improved styles
1 parent b1aa122 commit 0b66763

File tree

1 file changed

+6
-0
lines changed
  • apps/website/src/routes/docs/headless/select/snippets

1 file changed

+6
-0
lines changed

apps/website/src/routes/docs/headless/select/snippets/select.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,18 @@
1717
display: flex;
1818
justify-content: center;
1919
align-items: center;
20+
margin-top: 0.25rem;
2021
}
2122

2223
.select-trigger:hover {
2324
background-color: hsla(var(--primary) / 0.08);
2425
}
2526

27+
.select-trigger:focus-visible {
28+
outline: 2px solid hsla(var(--primary) / 1);
29+
outline-offset: 2px;
30+
}
31+
2632
.select-popover {
2733
width: 100%;
2834
max-width: var(--select-width);

0 commit comments

Comments
 (0)