We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc27b87 commit e6def01Copy full SHA for e6def01
2 files changed
src/@batch-flask/ui/sidebar/sidebar-content/sidebar-content.scss
@@ -5,3 +5,11 @@ bl-sidebar-content {
5
background-color: $card-background;
6
}
7
8
+
9
+@media (forced-colors: active) {
10
+ bl-sidebar-content {
11
+ .right-sidebar-content {
12
+ border-left: 1px solid currentColor;
13
+ }
14
15
+}
src/app/styles/vendor/material-theme.scss
@@ -185,3 +185,7 @@ mat-button-toggle-group {
185
border: 1px solid $outline-color;
186
187
188
189
+.cdk-high-contrast-active .mat-drawer.mat-drawer-end {
190
+ border-left: none;
191
0 commit comments