Skip to content

Commit

Permalink
#314439 -- #791 Fixes button shifting on hover in HC mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrjPersonal committed Feb 21, 2017
1 parent a8e62d5 commit 4309062
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ $SearchBox-sidePadding: 8px; // padding in input on left and right sides without
&.is-expanded {
@media screen and (-ms-high-contrast: active) {
@include highContrastBorder($ms-color-white);
margin-left: -1px;
margin-right: -1px;
}

@media screen and (-ms-high-contrast: black-on-white) {
Expand Down

0 comments on commit 4309062

Please sign in to comment.