Skip to content

Commit

Permalink
Update navbar mobile trigger
Browse files Browse the repository at this point in the history
Correct accessibility issue in CLF
  • Loading branch information
occupant committed Oct 4, 2024
1 parent 57226ab commit eefa784
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
10 changes: 6 additions & 4 deletions css/clf.7.local.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,14 @@ a#ubc7-global-utility-no-script {
}

#ubc7-unit .btn-navbar {
width: 32px;
height: 24px;
margin-top: -9px;
padding: 11px 0 0 13px;
border: 0;
background: #fff;
height: 35px;
width: 45px;
box-sizing: border-box;
display: block;
margin-top: 0;
padding: 11px 13px;
}

.show-faculty #ubc7-unit .btn-navbar {
Expand Down
Loading

0 comments on commit eefa784

Please sign in to comment.