Merge pull request #786 from mewtaylor/issue/gh-775

Fix GH-775: Fix gender input error alignment in IE11
This commit is contained in:
Matthew Taylor 2016-07-28 16:20:40 -04:00 committed by GitHub
commit ee1e959be4

View file

@ -189,28 +189,3 @@
}
}
}
/* IE10 and IE11 fallback */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.registration-step {
&.username-step,
&.demographics-step,
&.name-step,
&.phone-step,
&.organization-step,
&.address-step,
&.email-step {
.validation-message {
position: relative;
transform: none;
margin: inherit;
width: 100%;
height: inherit;
&:before {
display: none;
}
}
}
}
}