Skip to content

Commit fba4a0c

Browse files
committed
Remove desk SVG change from fading on transition
Utterly broken on Safari, firefox has no transition when you do things, and chrome is nice but its ok
1 parent 2825ec2 commit fba4a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $event-count: 6;
7878
// Transition all elements on the screen
7979
// (except FAQ panel, which already has a transition,
8080
// and the section days, which need no transition.)
81-
&:not(.panel):not(#days):not(.number) {
81+
&:not(.panel):not(#days):not(.number):not(#desk) {
8282
transition: all 1s ease;
8383
}
8484

0 commit comments

Comments
 (0)