diff --git a/src/components/registration/steps.scss b/src/components/registration/steps.scss index 21d0ff0a5..0355fbf7d 100644 --- a/src/components/registration/steps.scss +++ b/src/components/registration/steps.scss @@ -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; - } - } - } - } -}