Skip to content

Commit

Permalink
Ensure hamburger isn't underlined, for real (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 7, 2024
1 parent 2354d19 commit f5540b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/support/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
text-decoration: $focus_or_hover;
}
}

.btn-link {
text-decoration: $base;
}
}

@mixin link-variant($parent, $color, $hover-color, $underline: false) {
Expand Down

0 comments on commit f5540b6

Please sign in to comment.