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

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;
}
}