Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5468 from brave/svg-alignment
Browse files Browse the repository at this point in the history
svg buttons alignment on tabsbar
  • Loading branch information
bsclifton committed Nov 7, 2016
2 parents 7ae7274 + 5c800ec commit 545b066
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ span.buttonSeparator {
}

span.menuButton {
background: url('../img/toolbar/menu_btn.svg') center no-repeat;
background-color: @buttonColor;
display: inline-block;
width: 20px;
height: 12px;
margin: 6px 4px 0 0;
margin: 8px 4px 0 0;
cursor: default;
-webkit-mask-image: url('../img/toolbar/menu_btn.svg');
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;

&:hover {
background-color: black;
}
}

a.browserButton,
Expand Down

0 comments on commit 545b066

Please sign in to comment.