Skip to content

Commit

Permalink
Fix bold toolbar button text on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Frique committed May 21, 2016
1 parent 6e17c18 commit 81f34bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions styles/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
padding-bottom: 0;
margin-left: 0 !important; //@berend-padding-small !important;
font-size: @berend-font-size-medium;
font-weight: normal !important;
.sheet-toolbar & {
margin-top: @berend-toolbar-padding !important;
}
Expand Down
3 changes: 2 additions & 1 deletion styles/toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
// On Windows, Linux
body.platform-win32 &,
body.platform-linux & {
margin-left: -1px;
//margin-left: -1px;
margin-left: 0;
margin-right: @berend-toolbar-activity-icon-width; // Make room for the activity icon
}

Expand Down

0 comments on commit 81f34bd

Please sign in to comment.