From c014c58961f48d92019d75985454fd27a27f07dc Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Tue, 4 Oct 2016 13:53:45 -0700 Subject: [PATCH] Remove border radius from Windows 7; it has issues on higher DPI setups. 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 --- less/navigationBar.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/less/navigationBar.less b/less/navigationBar.less index b4224ea7146..4b37d4884cf 100644 --- a/less/navigationBar.less +++ b/less/navigationBar.less @@ -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;