Skip to content

Commit

Permalink
fix #849 TagBox set to readOnly, the text is hard to read
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Oct 29, 2023
1 parent 7680e32 commit 818d3a9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ fieldset.dui {
color: var(--dui-form-field-readonly-color);
}

.dui-form-field[readonly]:not(.dui-undimmed) .dui-chip:not(.dui-field-error):not(.dui-field-helper) > .dui-chip-value {
color: var(--dui-accent-fg-clr, var(--dui-text-color));
opacity: 0.75;
}

.dui-form-field[readonly] .dui:not(.dui-field-error):not(.dui-field-helper) {
cursor: var(--dui-form-field-readonly-cursor);
}
Expand Down

0 comments on commit 818d3a9

Please sign in to comment.