rotate custom select chevron when active
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m8s
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m8s
This commit is contained in:
parent
6b5003cffe
commit
d96ac0d086
@ -72,6 +72,12 @@
|
||||
|
||||
border-radius: var(--bs-border-radius-sm) var(--bs-border-radius-sm) 0 0;
|
||||
|
||||
.corbz-select-selected::after {
|
||||
|
||||
transform: translateY(-50%) rotate(180deg);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.corbz-select-selected {
|
||||
|
Loading…
x
Reference in New Issue
Block a user