Skip to content

Commit

Permalink
fix radio button color bug in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
skapoor68 committed May 4, 2023
1 parent c110b5a commit 81f7585
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/AlgoScreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ input[type="radio"] {
margin-right: 2px;
}

input[type="radio"] + label {
color: var(--primary);
}

input[type="radio"]:checked + label {
padding: 1px 3px 1px 1px;
background-color: rgba(176, 179, 184, 0.8);
Expand Down

0 comments on commit 81f7585

Please sign in to comment.