@auronui/styles 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/select.css +4 -4
- package/package.json +1 -1
package/components/select.css
CHANGED
|
@@ -551,15 +551,15 @@
|
|
|
551
551
|
/* Cursor */
|
|
552
552
|
cursor: var(--cursor-interactive);
|
|
553
553
|
|
|
554
|
-
&[data-state="open"] {
|
|
555
|
-
@apply rotate-180;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
554
|
&[data-slot="select-default-indicator"] {
|
|
559
555
|
@apply size-4;
|
|
560
556
|
}
|
|
561
557
|
}
|
|
562
558
|
|
|
559
|
+
.select__trigger[data-state="open"] .select__indicator {
|
|
560
|
+
@apply rotate-180;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
563
|
/* ─── Start Content ──────────────────────────────────────────────────────── */
|
|
564
564
|
|
|
565
565
|
.select__start-content {
|