diff options
| author | Adam <[email protected]> | 2025-10-24 15:02:31 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-24 15:02:31 -0500 |
| commit | 90515bc8c311c0e6159204f76c3b130ea7e80a78 (patch) | |
| tree | 08a7b731d02eac0de1df6778fef5c6985225c93f | |
| parent | e34042e17aedab9f8ccf083e3dbc87da54ffd7e3 (diff) | |
| download | opencode-90515bc8c311c0e6159204f76c3b130ea7e80a78.tar.gz opencode-90515bc8c311c0e6159204f76c3b130ea7e80a78.zip | |
wip: desktop work
| -rw-r--r-- | packages/ui/src/components/accordion.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/ui/src/components/accordion.css b/packages/ui/src/components/accordion.css index 500605867..5524838bc 100644 --- a/packages/ui/src/components/accordion.css +++ b/packages/ui/src/components/accordion.css @@ -68,7 +68,6 @@ margin-bottom: 8px; border-radius: 8px; - /* previous */ [data-slot="accordion-item"]:has(+ &) { &[data-closed] { border-bottom-left-radius: 8px; @@ -81,7 +80,6 @@ margin-bottom: 8px; } - /* next */ & + [data-slot="accordion-item"] { border-top: 1px solid var(--border-weak-base); border-top-left-radius: 8px; |
