Skip to content

Commit

Permalink
fix radios
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Jul 4, 2024
1 parent b8b5bfe commit 07865be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,10 @@ button.dark-theme-button i {
border: 1px solid #ccc;
border-radius: 8px;
padding: 20px 15px 20px 10px;
display: flex;
gap: 15px;
flex-direction: row;
align-items: center;
}

.theme-preview.is-selected {
Expand Down Expand Up @@ -2285,7 +2289,6 @@ input[type="radio"] + label {
padding-left: 35px;
cursor: pointer;
display: flex;
gap: 5px;
line-height: 22px;
}

Expand Down Expand Up @@ -2334,7 +2337,7 @@ input[type="radio"]:checked + label::after {
top: 20px;
}

input[type="radio"]:checked + label::after {
.theme input[type="radio"]:checked + label::after {
left: 16px;
top: 25px;
}

0 comments on commit 07865be

Please sign in to comment.