为brightnessSlider添加disabled属性
This commit is contained in:
parent
ae66a39b83
commit
5009bc9a9e
|
@ -23,6 +23,10 @@ export const sharedStyles: CSSResult = css`
|
||||||
border-radius: var(--auto-16px);
|
border-radius: var(--auto-16px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host([disabled='true']) {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
width: var(--cover-length);
|
width: var(--cover-length);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue