Skip to content

Commit

Permalink
style: remove the top on hover of social links on top app bar
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 20, 2023
1 parent 65612d8 commit e65a7d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/main/scss/_top-app-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ $header-caret-width: 0.35em;
display: none;
}
}

.social-link {
&:hover {
top: unset;
}
}
}

@if not $colored-top-app-bar-in-dark {
Expand Down

0 comments on commit e65a7d9

Please sign in to comment.