Files
web/components/TempDesignSystem/Form/SelectChevron/chevron.module.css
2024-04-16 09:24:31 +02:00

8 lines
105 B
CSS

.chevron {
display: flex;
}
div[data-rac][data-open="true"] .chevron {
transform: rotate(180deg);
}