Skip to content

Commit

Permalink
Merge pull request #57 from carpentries/fix-sidebar-label
Browse files Browse the repository at this point in the history
add border around navbar toggler
  • Loading branch information
zkamvar authored Aug 11, 2022
2 parents 06b7387 + eb64331 commit a9ce2cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
#56)
* The collapsed sidebar label no longer reverts to saying "collapse" on a new
page.
* The hamburger menu for mobile devices now has a border so it's more clear
that it is a menu (suggested by @drmowinckels,
https://github.com/carpentries/workbench/issues/16 (#47); fixed by @zkamvar,
#57)


# varnish 0.2.3

Expand Down
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion source/stylesheets/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@

.navbar-toggler {
float: left;
border: none;
color: $black;
margin-left: 17px;
}
Expand Down

0 comments on commit a9ce2cd

Please sign in to comment.