2022-04-19 20:54:15 -07:00

19 lines
327 B
SCSS

//
// Copyright 2022 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// stylelint-disable selector-class-pattern -- allow `md3-` class selectors.
@mixin static-styles() {
// TODO(b/213634341): Write styles.
:host {
display: inline-flex;
outline: none;
}
.md3-segmented-button {
outline: none;
}
}