Merge pull request #191 from vtlanglois/vtlanglois/issue142
Removed `--checkmark-top` to fix multiline checkboxes
This commit is contained in:
commit
b31fe7b7cb
1 changed files with 0 additions and 2 deletions
|
|
@ -45,7 +45,6 @@
|
||||||
--checkbox-total-width: calc(var(--checkbox-total-width-precalc));
|
--checkbox-total-width: calc(var(--checkbox-total-width-precalc));
|
||||||
--checkbox-left: calc(-1 * var(--checkbox-total-width-precalc));
|
--checkbox-left: calc(-1 * var(--checkbox-total-width-precalc));
|
||||||
--checkmark-width: 7px;
|
--checkmark-width: 7px;
|
||||||
--checkmark-top: 3px;
|
|
||||||
--checkmark-left: 3px;
|
--checkmark-left: 3px;
|
||||||
|
|
||||||
/* Borders */
|
/* Borders */
|
||||||
|
|
@ -429,7 +428,6 @@ input[type="checkbox"]:checked + label::after {
|
||||||
width: var(--checkmark-width);
|
width: var(--checkmark-width);
|
||||||
height: var(--checkmark-width);
|
height: var(--checkmark-width);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: var(--checkmark-top);
|
|
||||||
left: calc(
|
left: calc(
|
||||||
-1 * (var(--checkbox-total-width-precalc)) + var(--checkmark-left)
|
-1 * (var(--checkbox-total-width-precalc)) + var(--checkmark-left)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue