summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/select-dialog.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-14 19:33:40 -0600
committerAdam <[email protected]>2025-12-14 21:38:58 -0600
commit4246cdb069502c96ab11e260eb36a07a0370b710 (patch)
treea6340608c5d4954b860806ca807e95682385be96 /packages/ui/src/components/select-dialog.css
parent7ade6d386daeea120415b69f9df522001350db7b (diff)
downloadopencode-4246cdb069502c96ab11e260eb36a07a0370b710.tar.gz
opencode-4246cdb069502c96ab11e260eb36a07a0370b710.zip
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/select-dialog.css')
-rw-r--r--packages/ui/src/components/select-dialog.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/packages/ui/src/components/select-dialog.css b/packages/ui/src/components/select-dialog.css
deleted file mode 100644
index 9759174a6..000000000
--- a/packages/ui/src/components/select-dialog.css
+++ /dev/null
@@ -1,44 +0,0 @@
-[data-slot="select-dialog-content"] {
- width: 100%;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- gap: 20px;
- padding: 0 10px;
-
- [data-slot="dialog-body"] {
- scrollbar-width: none;
- -ms-overflow-style: none;
- &::-webkit-scrollbar {
- display: none;
- }
- }
-}
-
-[data-component="select-dialog-input"] {
- display: flex;
- height: 40px;
- flex-shrink: 0;
- padding: 4px 10px 4px 16px;
- align-items: center;
- gap: 12px;
- align-self: stretch;
-
- border-radius: var(--radius-md);
- background: var(--surface-base);
-
- [data-slot="select-dialog-input-container"] {
- display: flex;
- align-items: center;
- gap: 16px;
- flex: 1 0 0;
-
- /* [data-slot="select-dialog-icon"] {} */
-
- [data-slot="select-dialog-input"] {
- width: 100%;
- }
- }
-
- /* [data-slot="select-dialog-clear-button"] {} */
-}