summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/select-dialog.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-10 06:55:44 -0600
committerAdam <[email protected]>2025-12-10 15:17:02 -0600
commitada40decd14fc18901486382a10b1ec1d0d21f7e (patch)
treead26704856bad18da056c9cb525eebae189b586b /packages/ui/src/components/select-dialog.css
parent6866a060bc48031ecc3b0f7c1c1e99f6961a4cb1 (diff)
downloadopencode-ada40decd14fc18901486382a10b1ec1d0d21f7e.tar.gz
opencode-ada40decd14fc18901486382a10b1ec1d0d21f7e.zip
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/select-dialog.css')
-rw-r--r--packages/ui/src/components/select-dialog.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/packages/ui/src/components/select-dialog.css b/packages/ui/src/components/select-dialog.css
index 6b78639a8..696f68bf9 100644
--- a/packages/ui/src/components/select-dialog.css
+++ b/packages/ui/src/components/select-dialog.css
@@ -103,20 +103,31 @@
display: flex;
flex-direction: column;
align-items: flex-start;
- gap: 4px;
align-self: stretch;
[data-slot="select-dialog-item"] {
display: flex;
width: 100%;
- height: 32px;
- padding: 4px 8px 4px 4px;
+ height: 28px;
+ padding: 4px 10px;
align-items: center;
+ color: var(--text-strong);
+
+ /* text-14-medium */
+ font-family: var(--font-family-sans);
+ font-size: 14px;
+ font-style: normal;
+ font-weight: var(--font-weight-medium);
+ line-height: var(--line-height-large); /* 142.857% */
+ letter-spacing: var(--letter-spacing-normal);
&[data-active="true"] {
border-radius: var(--radius-md);
background: var(--surface-raised-base-hover);
}
+ &[data-selected="true"] {
+ background: var(--surface-raised-base-hover);
+ }
}
}
}