Skip to content

Commit

Permalink
fix(material-experimental/popover-edit): Make cell focus indicator vi…
Browse files Browse the repository at this point in the history
…sible in high contrast (forced colors) mode (#26275)

(cherry picked from commit 98365a8)
  • Loading branch information
kseamon authored and crisbeto committed Dec 16, 2022
1 parent 5cce2fe commit 70cf080
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -72,6 +72,10 @@
opacity 100ms mat.$private-swift-ease-out-timing-function,
background-color 300ms mat.$private-swift-ease-out-timing-function;
visibility: visible;

@include cdk.high-contrast {
border-bottom: 3px dashed black;
}
}
}
}
Expand Down

0 comments on commit 70cf080

Please sign in to comment.