so much discovery I can't take it #2617

Merged
neb-b merged 20 commits from fixes into master 2019-07-23 01:45:30 +02:00
2 changed files with 8 additions and 3 deletions
Showing only changes of commit 985f60d83c - Show all commits

View file

@ -31,4 +31,8 @@
svg { svg {
stroke: $lbry-black; stroke: $lbry-black;
} }
[data-mode='dark'] & {
background-color: rgba($lbry-grape-1, 0.3);
}
} }

View file

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