mirror of
https://github.com/material-components/material-web.git
synced 2024-11-10 11:21:43 +03:00
13 lines
202 B
SCSS
13 lines
202 B
SCSS
|
//
|
||
|
// Copyright 2023 Google LLC
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
@media (forced-colors: active) {
|
||
|
.menu {
|
||
|
border-style: solid;
|
||
|
border-color: CanvasText;
|
||
|
border-width: 1px;
|
||
|
}
|
||
|
}
|