forked from M-Labs/web2019
feat(menu): Rotates dropdown item arrow
a lot of tweaks to end-up with 2 lines.. hahah
This commit is contained in:
parent
8a56d53d1f
commit
43f6e50b5c
|
@ -216,3 +216,7 @@ ul:not(.navbar-nav) li {
|
|||
[data-popup] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a[aria-expanded='true']:after {
|
||||
transform: rotate(-180deg);
|
||||
}
|
Loading…
Reference in New Issue