Better color for disabled & checked checkbox

This commit is contained in:
rubenmoya 2018-02-08 10:48:44 +01:00
parent d8c5b2fe6d
commit 95ea1a1a1f

View File

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