Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Last active November 8, 2019 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/2e6fb1f59ee767c31b080613cee36e1c to your computer and use it in GitHub Desktop.
Save plugin-republic/2e6fb1f59ee767c31b080613cee36e1c to your computer and use it in GitHub Desktop.
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.pewc-tab {
display: none;
}
.pewc-groups-tabs .pewc-group-wrap {
display: block !important;
}
.pewc-radio-image-wrapper label input,
.pewc-checkbox-image-wrapper label input {
visibility: visible;
position: relative;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment