Ensure all edges of focus use core-grey-dark-300

This commit is contained in:
David Levin 2018-11-28 13:31:49 -08:00
parent f938afe946
commit 4bfea20e56
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ $inner-border: $core-grey-light-500;
// !important to override button styles
margin-top: -1px;
height: calc(100% + 1px); // Hack to avoid double border
box-shadow: inset -1px -1px 0 $black, inset 1px 1px 0 $core-grey-dark-300 !important;
box-shadow: inset -1px -1px 0 $core-grey-dark-300, inset 1px 1px 0 $core-grey-dark-300 !important;
}
&.is-selected {