summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/select.css
diff options
context:
space:
mode:
authorDax <[email protected]>2025-11-21 20:41:27 -0500
committerGitHub <[email protected]>2025-11-21 20:41:27 -0500
commit49408c00e964093c654ee270d545c0e29857e61f (patch)
tree600b2a94cd082c0af221fd84fd5346cfe8f9ace4 /packages/ui/src/components/select.css
parent76192fbcedff945b5d529a5d733deb2488ee9c8a (diff)
downloadopencode-49408c00e964093c654ee270d545c0e29857e61f.tar.gz
opencode-49408c00e964093c654ee270d545c0e29857e61f.zip
enterprise (#4617)
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Adam <[email protected]>
Diffstat (limited to 'packages/ui/src/components/select.css')
-rw-r--r--packages/ui/src/components/select.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/ui/src/components/select.css b/packages/ui/src/components/select.css
index 7bafa39f7..421215a78 100644
--- a/packages/ui/src/components/select.css
+++ b/packages/ui/src/components/select.css
@@ -1,14 +1,14 @@
[data-component="select"] {
- [data-slot="select-trigger"] {
+ [data-slot="select-select-trigger"] {
padding: 0 4px 0 8px;
box-shadow: none;
- [data-slot="select-trigger-value"] {
+ [data-slot="select-select-trigger-value"] {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
- [data-slot="select-trigger-icon"] {
+ [data-slot="select-select-trigger-icon"] {
width: 16px;
height: 16px;
flex-shrink: 0;
@@ -38,7 +38,7 @@
animation: select-open 0.15s ease-out;
}
- [data-slot="select-content-list"] {
+ [data-slot="select-select-content-list"] {
overflow-y: auto;
max-height: 12rem;
white-space: nowrap;
@@ -52,10 +52,10 @@
}
}
- /* [data-slot="section"] { */
+ /* [data-slot="select-section"] { */
/* } */
- [data-slot="select-item"] {
+ [data-slot="select-select-item"] {
position: relative;
display: flex;
align-items: center;
@@ -85,7 +85,7 @@
background-color: var(--surface-raised-base);
pointer-events: none;
}
- [data-slot="select-item-indicator"] {
+ [data-slot="select-select-item-indicator"] {
margin-left: auto;
width: 16px;
height: 16px;