Skip to content

Commit 54a9514

Browse files
committed
has been annoying me for a while
1 parent be84bfe commit 54a9514

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

frontend/stylesheets/pages/_evals.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,19 @@
6161
border: 0;
6262
background: transparent;
6363
width: 100%;
64-
height: 0;
6564
text-align: center;
65+
display: block;
66+
}
67+
68+
&[aria-expanded="true"] {
69+
span.glyphicon {
70+
transform: rotate(180deg);
71+
}
72+
}
73+
74+
span.glyphicon {
75+
transition: transform ease-in-out 0.2s;
76+
transform: rotate(0deg);
6677
}
6778
}
6879

0 commit comments

Comments
 (0)