Browse Source

wip: desktop work

Adam 4 months ago
parent
commit
90515bc8c3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/ui/src/components/accordion.css

+ 0 - 2
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;