remove un-needed style
This commit is contained in:
parent
db1029a441
commit
fcaf0ec0fc
1 changed files with 0 additions and 5 deletions
|
@ -26,11 +26,6 @@ $border-color--dark: var(--dm-color-04);
|
||||||
margin-bottom: 0;
|
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'] & {
|
[data-mode='dark'] & {
|
||||||
color: var(--dm-color-01);
|
color: var(--dm-color-01);
|
||||||
background-color: var(--color-card-actions--dark);
|
background-color: var(--color-card-actions--dark);
|
||||||
|
|
Loading…
Reference in a new issue