Merge pull request #192 from CartoDB/fix-disabled-checked-checkbox

Better color for disabled & checked checkbox
This commit is contained in:
Rubén Moya 2018-02-08 13:01:04 +01:00 committed by GitHub
commit 9bd80bea8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,3 +111,14 @@
opacity: 0;
}
}
.CDB-Checkbox:checked:disabled + .CDB-Checkbox-face {
border: 1px solid $cSecondaryLine;
background: $cThirdBackground;
&::before,
&::after {
background: $cAltText;
opacity: 1;
}
}