fix lbry/component style overrides in forms

This commit is contained in:
Sean Yesmunt 2019-07-09 01:53:24 -04:00
parent 21339192a8
commit ff85477d93
2 changed files with 3 additions and 5 deletions

View file

@ -236,10 +236,8 @@ fieldset-section {
.button,
// specificity needed because of @lbry/component rules
// @lbry/componentsfixme
.button[type='submit']:not(:hover),
.button[type='submit']:hover {
border-color: $lbry-black;
// @lbry/componentfixme
.button[type='submit']:not(:hover) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: var(--input-border-radius);

View file

@ -593,4 +593,4 @@
" Both also help secure ": " Both also help secure ",
"vanity names": "vanity names",
"Add support to this claim": "Add support to this claim"
}
}