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,
|
.button,
|
||||||
// specificity needed because of @lbry/component rules
|
// specificity needed because of @lbry/component rules
|
||||||
// @lbry/componentsfixme
|
// @lbry/componentfixme
|
||||||
.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);
|
||||||
|
|
|
@ -593,4 +593,4 @@
|
||||||
" Both also help secure ": " Both also help secure ",
|
" Both also help secure ": " Both also help secure ",
|
||||||
"vanity names": "vanity names",
|
"vanity names": "vanity names",
|
||||||
"Add support to this claim": "Add support to this claim"
|
"Add support to this claim": "Add support to this claim"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue