material-components_materia.../segmented_button/lib/_outlined-segmented-button.scss
Material Web Team 88b164b00f chore: move segmented button into the new directory
PiperOrigin-RevId: 461113111
2022-07-14 20:51:21 -07:00

20 lines
492 B
SCSS

//
// Copyright 2022 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// stylelint-disable selector-class-pattern -- allow `md3-` class selectors.
@mixin static-styles() {
.md3-segmented-button__outline {
border-radius: inherit;
border-style: solid;
// TODO(b/233762888): Move border-width and inset into theme after generating latest version of tokens.
border-width: 1px;
inset: 0px -0.5px;
pointer-events: none;
position: absolute;
z-index: 1;
}
}