Merge pull request #144 from CartoDB/toggle-disabled
add disabled style for toggle
This commit is contained in:
commit
c83ce9ecff
@ -12,6 +12,15 @@
|
|||||||
<span class="u-iBlock CDB-ToggleFace"></span>
|
<span class="u-iBlock CDB-ToggleFace"></span>
|
||||||
<label class="u-iBlock">SQL</label>
|
<label class="u-iBlock">SQL</label>
|
||||||
</div>
|
</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 {
|
&.is-light {
|
||||||
font-weight: $sFontWeight-lighter;
|
font-weight: $sFontWeight-lighter;
|
||||||
}
|
}
|
||||||
|
&.is-disabled {
|
||||||
|
opacity: 0.24;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-underlined {
|
.is-underlined {
|
||||||
|
Loading…
Reference in New Issue
Block a user