Skip to content

Commit

Permalink
fix #62: input-error transparent on some inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tborychowski committed Jul 14, 2023
1 parent 068d8d8 commit 3bdb76c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ui.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/input/radio/Radio.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
.has-error .input-radio-inner:has(:active):not(.disabled) { box-shadow: var(--ui-shadow-danger); border-color: var(--ui-color-danger); }


.has-error .info-bar-error { background-color: transparent; }
.has-error.input-radio .info-bar-error { background-color: transparent; }


.input-radio-items {
Expand Down

0 comments on commit 3bdb76c

Please sign in to comment.