chore: remove "screen" from media queries

PiperOrigin-RevId: 557511198
This commit is contained in:
Elizabeth Mitchell 2023-08-16 09:29:30 -07:00 committed by Copybara-Service
parent 2d9352e3f4
commit 6a84fbeb07
3 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@
animation-delay: calc(-0.5 * $arc-duration), 0ms;
}
@media screen and (forced-colors: active) {
@media (forced-colors: active) {
.progress {
stroke: CanvasText;
}

View File

@ -302,7 +302,7 @@ $rtl-selectors: (
}
}
@media screen and (forced-colors: active) {
@media (forced-colors: active) {
.progress {
--_active-indicator-color: canvastext;
--_track-color: graytext;

View File

@ -41,7 +41,7 @@
display: none;
}
@media screen and (forced-colors: active) {
@media (forced-colors: active) {
:host {
display: none;
}