dropdown tweaks

This commit is contained in:
Matthias Kretschmann 2018-04-10 10:47:58 +02:00
parent 8072ba448a
commit 503814cd0b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,15 @@
border: .3rem solid transparent;
border-top-color: inherit;
margin-bottom: -.2rem;
transition: .15s ease-out;
}
.dropdown.show &,
.dropdown--hover:hover & {
&:after {
transform: rotate(180deg);
margin-bottom: .2rem;
}
}
}