Skip to content

Commit

Permalink
Merge pull request #1239 from equalizedigital/stage
Browse files Browse the repository at this point in the history
updated - mobile nav chevron to disregard pointer-events
  • Loading branch information
SteveJonesDev authored Jun 6, 2024
2 parents fbe38e1 + 1ea66df commit 80bed37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2164,7 +2164,8 @@ header.site-header .wrap {
height: 15px;
display: flex;
align-items: center;
justify-content: center; }
justify-content: center;
pointer-events: none; }
.mobile-navigation .primary-navigation > ul > li .chevron img {
width: 100%; }
@media (min-width: 1071px) {
Expand Down
1 change: 1 addition & 0 deletions assets/scss/partials/_mobile-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;

img {
width: 100%;
Expand Down

0 comments on commit 80bed37

Please sign in to comment.