Fixed triangles
This commit is contained in:
@ -108,10 +108,17 @@ body {
|
||||
transform: rotate(-90deg) !important;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.dropdownIndicator {
|
||||
.derotate {
|
||||
transform: rotate(0deg) !important;
|
||||
transition: 0.5s;
|
||||
}
|
||||
.derotate::before {
|
||||
transform: rotate(0deg) !important;
|
||||
transition: 0.5s;
|
||||
}
|
||||
.dropdownIndicator {
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user