Skip to content

Commit cc34d7a

Browse files
committed
add animation to header dropdown
1 parent 90e6322 commit cc34d7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/header.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,14 @@ body {
501501
color: var(--eclipse-orange);
502502
}
503503

504+
.sections-dropdown-button:hover .fa-angle-right {
505+
rotate: 90deg !important;
506+
}
507+
508+
.sections-dropdown-button:active .fa-angle-right {
509+
rotate: 90deg !important;
510+
}
511+
504512
.fa-angle-right:hover {
505513
color: var(--eclipse-orange);
506514
}

0 commit comments

Comments
 (0)