Skip to content

Commit 70cf080

Browse files
kseamoncrisbeto
authored andcommitted
fix(material-experimental/popover-edit): Make cell focus indicator visible in high contrast (forced colors) mode (#26275)
(cherry picked from commit 98365a8)
1 parent 5cce2fe commit 70cf080

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material-experimental/popover-edit/_popover-edit-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
opacity 100ms mat.$private-swift-ease-out-timing-function,
7373
background-color 300ms mat.$private-swift-ease-out-timing-function;
7474
visibility: visible;
75+
76+
@include cdk.high-contrast {
77+
border-bottom: 3px dashed black;
78+
}
7579
}
7680
}
7781
}

0 commit comments

Comments
 (0)