Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
[#446][BUG] Fixing a CSS problem on IE 11 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhilian committed Jun 21, 2017
1 parent c848aa8 commit 4778845
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions live/app/styles/globals/_redesign-inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ input[type="checkbox"]:checked:focus:before {
cursor: pointer;
}

input[type=radio] {
width: 0;
}

input[type=radio]:before,
input[type=radio]:checked:after {
display: block;
Expand All @@ -138,7 +134,7 @@ input[type=radio]:checked:after {
input[type=radio]:checked:after {
height: 8.5px;
width: 8.5px;
top: -15px;
top: -13px;
left: 2px;

background-color: #3D68FF;
Expand All @@ -147,7 +143,7 @@ input[type=radio]:checked:after {
input[type=radio]:before {
height: 17px;
width: 17px;
top: -2px;
top: 0px;
left: -2px;

border: solid 2px #7D808B;
Expand Down

0 comments on commit 4778845

Please sign in to comment.