Skip to content

Commit

Permalink
Fixes missing bg on disabled HxInputTags
Browse files Browse the repository at this point in the history
  • Loading branch information
crdo committed Jun 29, 2023
1 parent c3e114d commit 02e5b38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ input:focus {
}

.hx-input-tags-control-disabled:not(.hx-input-tags-naked) {
background-color: var(--bs-form-control-disabled-bg);
background-color: var(--bs-secondary-bg);
}

.hx-tag-add-button-text {
Expand Down

0 comments on commit 02e5b38

Please sign in to comment.