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 (angular#26275)
  • Loading branch information
kseamon committed Dec 16, 2022
1 parent a6c3f79 commit 98365a8
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 98365a8

Please sign in to comment.