Skip to content

Commit

Permalink
#314439 -- microsoft#791 formatting feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrjPersonal committed Mar 2, 2017
1 parent 8c7356b commit 9b2fb18
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 @@ -136,7 +135,7 @@ $SearchBox-sidePadding: 8px; // padding in input on left and right sides without
&:hover,
&.itemLinkIsExpanded {
@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 9b2fb18

Please sign in to comment.