Skip to content

Commit

Permalink
#314439 -- #791 formatting feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrjPersonal committed Feb 21, 2017
1 parent 7711978 commit aac045a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ $SearchBox-sidePadding: 8px; // padding in input on left and right sides without
position: relative;

&::after {
// Wrap the parent element with $padding pixels.
content: '';
position: absolute;
top: 0;
Expand Down Expand Up @@ -137,7 +136,7 @@ $SearchBox-sidePadding: 8px; // padding in input on left and right sides without
&:hover,
&.is-expanded {
@media screen and (-ms-high-contrast: active) {
@include highContrastBorder($ms-color-white);
@include highContrastBorder($ms-color-white);
}

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

0 comments on commit aac045a

Please sign in to comment.