Merge pull request #230 in YR/star-web-components from add-disabled-attribute to master
* commit '5009bc9a9e883bbec293caded0869f7db3881480': 为brightnessSlider添加disabled属性
This commit is contained in:
commit
a897f84af5
|
@ -23,6 +23,10 @@ export const sharedStyles: CSSResult = css`
|
|||
border-radius: var(--auto-16px);
|
||||
}
|
||||
|
||||
:host([disabled='true']) {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.progress {
|
||||
width: var(--cover-length);
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue