Skip to content

Commit

Permalink
fix(modal): add border to container for high contrast (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy-cat authored and GitHub Enterprise committed Oct 15, 2020
1 parent 46f6dca commit d13a73d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ $action-bar-height: nx-spacer(2xl);
margin: 0 nx-spacer(2xs);
padding: nx-spacer(3m) nx-spacer(2m) nx-spacer(4m) nx-spacer(2m);
}

@media screen and (-ms-high-contrast: active) {
border: nx-border-size(m) solid windowText;
}
}

::ng-deep .nx-modal__content {
Expand Down

0 comments on commit d13a73d

Please sign in to comment.