Skip to content

Commit

Permalink
Adding input:checked styling to custom amount text input
Browse files Browse the repository at this point in the history
  • Loading branch information
RyGuy committed Dec 9, 2024
1 parent 70683be commit 905f3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/scss/_give.scss
Original file line number Diff line number Diff line change
Expand Up @@ -613,13 +613,13 @@ hr.horizontal-divider {
}

/* Check for custom amount input */
.custom-amount-button:has(.ng-not-empty) {
.custom-amount-button:has(input:checked) {
border: 1px solid #3a3a3a;
font-weight: 700;
color: #3a3a3a;
}

.custom-amount-button:has(.ng-not-empty) .input-prepend {
.custom-amount-button:has(input:checked) .input-prepend {
// @extend .button-common;

min-width: 55px;
Expand Down

0 comments on commit 905f3e7

Please sign in to comment.