FIX: Rotate toggler button on open

This commit is contained in:
Tony Air 2019-11-15 04:42:02 +07:00
parent 62eec0cc45
commit c591f1adaf
1 changed files with 2 additions and 4 deletions

View File

@ -146,10 +146,8 @@ button, input, optgroup, select, textarea,
// dropdown icon
.navbar-toggler {
transform: rotate(90deg);
&.collapsed {
transform: rotate(0);
&[aria-expanded="true"] {
transform: rotate(90deg);
}
}