Skip to content

Commit

Permalink
CSS + AJAX fixes
Browse files Browse the repository at this point in the history
Removed #gc-mnu-jobs rule
Update id for policing page
  • Loading branch information
David Elisma committed Feb 6, 2023
1 parent 7490fd0 commit 2b46d49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions working-on/sliding-nav/alpha-layered-theme-menu-mr-tp.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ button.selected {
}

/* for desktop - but it's fine if it can toggle too */
#jobs:focus + #gc-mnu-jobs,
/* #jobs:focus + #gc-mnu-jobs,
#jobs:hover + #gc-mnu-jobs {
display: block; /* DELISMA: for mobile this needs to be overriden */
}
display: block; /* DELISMA: for mobile this needs to be overriden
} */
.alpha .test-gcweb-menu .visible-md.visible-lg button[role=menuitem] {
background-color: transparent;
border: none;
Expand Down
2 changes: 1 addition & 1 deletion working-on/sliding-nav/themes/policing.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</li>
</ul>
</div>
<div class="section" role="menu" id="gc-mnu-cit">
<div class="section" role="menu" id="gc-mnu-policing">
<div class="provisional profile">
<div class="container">
<div class="row">
Expand Down

0 comments on commit 2b46d49

Please sign in to comment.