Skip to content

Commit

Permalink
Updater nav menu underline to support large fonts (fix #15635) (#15696)
Browse files Browse the repository at this point in the history
* update menu text underline to support large fonts

* update underline to better match design
  • Loading branch information
wen-2018 authored Dec 10, 2024
1 parent 3d0f9f7 commit 7538148
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions media/css/m24/components/navigation-refresh.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,9 @@ $margin-top: 54px; // top margin offset for mobile navigation menu
margin: 4px 0 0;
padding: 0;
position: relative;

&::after {
background: $color-black;
bottom: 4px;
content: "";
display: block;
height: 1px;
left: 0;
position: absolute;
width: 100%;
}
text-decoration: underline;
text-underline-offset: 2px;
text-decoration-thickness: 1px;

&.mzp-is-active {
background: transparent url('/media/protocol/img/icons/close.svg') center center no-repeat;
Expand Down

0 comments on commit 7538148

Please sign in to comment.