fix(slider): label should not changed size when stacked

PiperOrigin-RevId: 564508624
This commit is contained in:
Andrew Jakubowicz 2023-09-11 14:50:14 -07:00 committed by Copybara-Service
parent 103892ead2
commit b50d5c87b3

View File

@ -298,9 +298,13 @@ $_md-sys-shape: tokens.md-sys-shape-values();
}
.onTop.isOverlapping {
.handleNub,
.label,
.label::before {
outline: var(--_with-overlap-handle-outline-color) solid
var(--_with-overlap-handle-outline-width);
}
.handleNub {
border: var(--_with-overlap-handle-outline-color) solid
var(--_with-overlap-handle-outline-width);
}