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