Fix border radius for labeled slider (#7929)

This commit is contained in:
Philip Allgaier
2020-12-29 22:50:09 +01:00
committed by GitHub
parent ef3bc3efe1
commit 95b552671c

View File

@@ -10,7 +10,6 @@ class HaLabeledSlider extends PolymerElement {
<style>
:host {
display: block;
border-radius: 4px;
}
.title {
@@ -30,6 +29,7 @@ class HaLabeledSlider extends PolymerElement {
ha-slider {
flex-grow: 1;
background-image: var(--ha-slider-background);
border-radius: 4px;
}
</style>