Merge "Fix weird lines appearing in IE with Extension:WikiEditor"

isekai
jenkins-bot 6 years ago committed by Gerrit Code Review
commit 7a70c57afb

@ -56,3 +56,14 @@
min-width: @column-right-size;
}
}
// Internet Explorer 10-11
/* stylelint-disable media-feature-parentheses-space-inside */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* stylelint-enable media-feature-parentheses-space-inside */
// T190991
textarea,
#searchInput {
box-shadow: none;
}
}

Loading…
Cancel
Save