so much discovery I can't take it #2617
2 changed files with 8 additions and 3 deletions
|
@ -31,4 +31,8 @@
|
||||||
svg {
|
svg {
|
||||||
stroke: $lbry-black;
|
stroke: $lbry-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-mode='dark'] & {
|
||||||
|
background-color: rgba($lbry-grape-1, 0.3);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -236,13 +236,14 @@ fieldset-section {
|
||||||
|
|
||||||
.button,
|
.button,
|
||||||
// specificity needed because of @lbry/component rules
|
// specificity needed because of @lbry/component rules
|
||||||
// @lbry/componentfixme
|
// @lbry/componentsfixme
|
||||||
.button[type='submit']:not(:hover) {
|
.button[type='submit']:not(:hover),
|
||||||
|
.button[type='submit']:hover {
|
||||||
|
border-color: $lbry-black;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-top-right-radius: var(--input-border-radius);
|
border-top-right-radius: var(--input-border-radius);
|
||||||
border-bottom-right-radius: var(--input-border-radius);
|
border-bottom-right-radius: var(--input-border-radius);
|
||||||
border-color: $lbry-black;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue