Skip to content

Commit

Permalink
Ensure hamburger isn't underlined, for real
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 4, 2024
1 parent d0cf645 commit 67efe5d
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 67efe5d

Please sign in to comment.