From c79e60cd57120a43c7e23b93a04dd3a774359adc Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Fri, 4 Mar 2016 14:36:52 -0500 Subject: [PATCH] fix(win): fix minor styling for buttons on windows --- static/components/button-dropdown.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/components/button-dropdown.less b/static/components/button-dropdown.less index abdcdfc2d..d5c9f83ba 100644 --- a/static/components/button-dropdown.less +++ b/static/components/button-dropdown.less @@ -129,12 +129,14 @@ body.platform-win32 { .windows-btn-bg; .windows-btn-border; border-radius: 0; - box-shadow: -1px 0 0 2px fade(@border-color-divider, 80%); + position: relative; + left: -1px; } .secondary-picker { .windows-btn-bg; .windows-btn-border; - box-shadow: 1px 0 0 2px fade(@border-color-divider, 80%); + position: relative; + right: -1px; } .secondary-picker, .secondary-items {