Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
feat: additional Windows high-contrast styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed May 21, 2015
1 parent 4279d70 commit 37bc5b6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/autocomplete/autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,9 @@ md-autocomplete {

}
}
@media screen and (-ms-high-contrast: active) {
md-autocomplete,
.md-autocomplete-suggestions {
border: 1px solid #fff;
}
}
6 changes: 6 additions & 0 deletions src/components/bottomSheet/bottomSheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,9 @@ md-bottom-sheet {
}
}
}

@media screen and (-ms-high-contrast: active) {
md-bottom-sheet {
border: 1px solid #fff;
}
}
10 changes: 10 additions & 0 deletions src/components/chips/chips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,13 @@ $contact-chip-name-width: rem(12) !default;
}
}
}
@media screen and (-ms-high-contrast: active) {
.md-chip-input-container,
md-chip {
border: 1px solid #fff;
}
.md-chip-input-container md-autocomplete {
border: none;
}
}

3 changes: 3 additions & 0 deletions src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,7 @@ md-optgroup {
.md-select-backdrop {
background-color: transparent;
}
md-select-menu {
border: 1px solid #fff;
}
}

0 comments on commit 37bc5b6

Please sign in to comment.