Skip to content

Commit

Permalink
Fix FormField input disabled color
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanov committed Nov 15, 2023
1 parent 611571d commit 191ca88
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Radzen.Blazor/themes/components/blazor/_form-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ $form-field-helper-padding: 0 0.5rem !default;
.rz-state-disabled,
:disabled {
color: var(--rz-input-disabled-color);
opacity: 1;
}
}

Expand Down
2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/fluent-base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/fluent-dark-base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/material-dark-base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/material3-base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion RadzenBlazorDemos/wwwroot/css/material3-dark-base.css

Large diffs are not rendered by default.

0 comments on commit 191ca88

Please sign in to comment.