add disabled style for toggle
This commit is contained in:
parent
39ad9c0214
commit
988106139f
@ -12,6 +12,15 @@
|
||||
<span class="u-iBlock CDB-ToggleFace"></span>
|
||||
<label class="u-iBlock">SQL</label>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div class="CDB-Text CDB-Size-small is-semibold is-disabled u-rSpace--xl">
|
||||
<label class="u-iBlock">TOOLS</label>
|
||||
<input class="CDB-Toggle u-iBlock" type="checkbox" name="analysis" disabled >
|
||||
<span class="u-iBlock CDB-ToggleFace"></span>
|
||||
<label class="u-iBlock">SQL</label>
|
||||
</div>
|
||||
```
|
||||
*/
|
||||
|
||||
|
@ -32,6 +32,9 @@
|
||||
&.is-light {
|
||||
font-weight: $sFontWeight-lighter;
|
||||
}
|
||||
&.is-disabled {
|
||||
opacity: 0.24;
|
||||
}
|
||||
}
|
||||
|
||||
.is-underlined {
|
||||
|
Loading…
Reference in New Issue
Block a user