File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 36
36
`--paper-tristate-checkbox-checked-color` | Checkbox color when the input is checked | `--primary-color`
37
37
`--paper-tristate-checkbox-checked-ink-color` | Selected/focus ripple color when the input is checked | `--primary-color`
38
38
`--paper-tristate-checkbox-checkmark-color` | Checkmark color | `white`
39
+ `--paper-tristate-checkbox-label-display` | Label display | `inline-block`
39
40
`--paper-tristate-checkbox-label-color` | Label color | `--primary-text-color`
40
41
`--paper-tristate-checkbox-label-spacing` | Spacing between the label and the checkbox | `8px`
41
42
`--paper-tristate-checkbox-error-color` | Checkbox color when invalid | `--error-color`
212
213
/* label */
213
214
# checkboxLabel {
214
215
position : relative;
215
- display : inline-block;
216
+ display : var ( --paper-tristate-checkbox-label-display , inline-block) ;
216
217
vertical-align : middle;
217
218
padding-left : var (--paper-tristate-checkbox-label-spacing , 8px );
218
219
white-space : normal;
You can’t perform that action at this time.
0 commit comments