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

Commit

Permalink
Remove border radius from Windows 7; it has issues on higher DPI setups.
Browse files Browse the repository at this point in the history
Auditors: @bbondy

Test Plan:
1. Launch Brave on Windows 7
2. Ensure the top left and top right corners are not rounded with a black outline.
   They may be rounded with NO outline (and that's OK)
3. Crank DPI up to 150%
4. Ensure top left/right borders are square and look correct
  • Loading branch information
bsclifton committed Oct 4, 2016
1 parent d514e55 commit c014c58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@

// Windows 7 specific styles
&.win7 {
> div#window.frameless {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.windowCaptionButtons {
> .container {
margin-right: 6px;
Expand Down

0 comments on commit c014c58

Please sign in to comment.