remove un-needed style

This commit is contained in:
Sean Yesmunt 2019-10-10 14:05:33 -04:00
parent db1029a441
commit fcaf0ec0fc

View file

@ -26,11 +26,6 @@ $border-color--dark: var(--dm-color-04);
margin-bottom: 0;
}
// Fix this in @lbry/components, we shouldn't need to be this specific
checkbox-element input[type='checkbox']:checked + label {
color: $lbry-white;
}
[data-mode='dark'] & {
color: var(--dm-color-01);
background-color: var(--color-card-actions--dark);