Skip to content

Commit

Permalink
Fix cropped focus state of search field on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Mar 30, 2017
1 parent 1161df2 commit 4e95df7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/stylesheets/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ $drag-preview-size: 64px;
$toolbar-height: 46px !global;
$wizard-spacing-top: 29px !global;

} @else if $platform == win32 {
$toolbar-height: 30px !global;
$wizard-spacing-top: 45px !global;

} @else { // Darwin
} @else { // Darwin, Win32
$toolbar-height: 38px !global;
$wizard-spacing-top: 37px !global;
}
Expand Down

0 comments on commit 4e95df7

Please sign in to comment.