Skip to content

Commit

Permalink
assets/nav//map: correct dropdown styling and rm underline on zoom btns
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m committed May 15, 2023
1 parent d0c0e9c commit bc975b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bplan/assets/scss/components/_map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

.no-right-padding {
padding-right: 0;
}

.leaflet-control-zoom a:hover {
text-decoration: none;
}
2 changes: 1 addition & 1 deletion bplan/assets/scss/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
color: $gray-light;
font-family: 'Arimo', serif;

li + .open .dropdown-menu {
li.open .dropdown-menu {
display: block;
}

Expand Down

0 comments on commit bc975b1

Please sign in to comment.