Skip to content

Commit

Permalink
Use forced-colors media query instead of -ms-high-contrast. Resolves #…
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanov committed Sep 26, 2024
1 parent 9740416 commit 8390a4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Radzen.Blazor/themes/components/blazor/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ $tabs-transition: var(--rz-transition-all) !default;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@media screen and (forced-colors: active), (forced-colors: none) {
.rz-tabview-panels {
flex: auto;
}
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/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 8390a4a

Please sign in to comment.