Skip to content

Commit

Permalink
fix(style): Explicitly remove menu button border-radius
Browse files Browse the repository at this point in the history
Firefox Mobile for example was showing the button with slightly rounded 
corners. This fixes that.
  • Loading branch information
delucis committed Sep 23, 2018
1 parent d39112f commit 3864e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ iframe {
.menu-button {
float: right;
border: 0;
border-radius: 0;
background-color: $menu-highlight;
padding: 0 .5em;
width: auto;
Expand Down

0 comments on commit 3864e56

Please sign in to comment.