1.2.3 #Border - Style - disabled .ct-disabled
Sets the color theme of an element (color, background, border-color).
Examples
Default styling
A div
.ct-disabled
Sets color, background, and border-color
A div
.cf-disabled
Sets color to var(--cf-disabled)
A div
.cb-disabled
Sets background to var(--cb-disabled)
A div
.ce-disabled
Sets border-color to var(--ce-disabled)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source:
dist/full/full.css
, line 1093