File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ sc-button {
225225 }
226226 }
227227
228- & [ disabled ] {
228+ & . disabled {
229229 a ,
230230 button {
231231 box-shadow : none ;
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ export class ScButton {
157157 'icon-text' : iconText ,
158158 flat,
159159 circle,
160+ disabled,
160161 } }
161162 >
162163 { this . rayTracing && < sc-ray-tracer element = { this . el } > </ sc-ray-tracer > }
Original file line number Diff line number Diff line change 4343 < sc-accordion multiple >
4444 < sc-accordion-item heading ="Dial " active >
4545 < sc-button disabled > Disabled</ sc-button >
46+ < sc-button disabled ="true "> Disabled</ sc-button >
47+ < sc-button disabled ="disabled "> Disabled</ sc-button >
48+ < sc-button disabled ="false "> Enabled</ sc-button >
49+ < sc-button > Enabled</ sc-button >
4650 <!-- <sc-dial value="0" step="1" size="300"></sc-dial> -->
4751 < sc-dial min ="0 " max ="100 " value ="50 " step ="1 " size ="220 "> </ sc-dial >
4852
You canβt perform that action at this time.
0 commit comments