fix lbry/component style overrides in forms
This commit is contained in:
parent
21339192a8
commit
ff85477d93
2 changed files with 3 additions and 5 deletions
|
@ -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);
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue