mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
feat(checkbox): add --checkmark-width variable (#19933)
resolves #16803 Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
committed by
Liam DeBeasi
parent
9318d2418e
commit
c32a7bcd20
@ -10,6 +10,7 @@
|
||||
--border-width: #{$checkbox-md-icon-border-width};
|
||||
--border-style: #{$checkbox-md-icon-border-style};
|
||||
--border-color: #{$checkbox-md-icon-border-color-off};
|
||||
--checkmark-width: 3;
|
||||
|
||||
// Background
|
||||
--background: #{$checkbox-md-icon-background-color-off};
|
||||
@ -27,7 +28,6 @@
|
||||
.checkbox-icon path {
|
||||
stroke-dasharray: 30;
|
||||
stroke-dashoffset: 30;
|
||||
stroke-width: 3;
|
||||
}
|
||||
|
||||
// Material Design Checkbox: Checked / Indeterminate
|
||||
|
||||
Reference in New Issue
Block a user