diff --git a/src/components/checkbox/_checkbox.scss b/src/components/checkbox/_checkbox.scss index 6b5aa5b404..2c6438b157 100644 --- a/src/components/checkbox/_checkbox.scss +++ b/src/components/checkbox/_checkbox.scss @@ -85,6 +85,9 @@ transform: rotate(-45deg); border: solid; border-width: 0 0 5px 5px; + // Fix bug in IE11 caused by transform rotate (-45deg). + // See: alphagov/govuk_elements/issues/518 + border-top-color: transparent; opacity: 0;