Restore arrow flipping for menu indicator

Bug: T239718
Change-Id: I3ff5c40d99aa9bab4d930881a1a4d13f2f18109f
This commit is contained in:
Fomafix 2019-12-03 17:29:14 +01:00
parent f790133284
commit 4102f69d0e
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
display: block;
}
&:checked + h3 span:after {
&:checked + h3:after {
transform: scaleY( -1 );
}