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 {