feat(menu): Rotates dropdown item arrow

a lot of tweaks to end-up with 2 lines.. hahah
pull/49/head
sovanna 2019-07-30 11:03:54 +02:00
parent 8a56d53d1f
commit 43f6e50b5c
1 changed files with 4 additions and 0 deletions

View File

@ -215,4 +215,8 @@ ul:not(.navbar-nav) li {
[data-popup] {
cursor: pointer;
}
a[aria-expanded='true']:after {
transform: rotate(-180deg);
}