mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Update all relevant dev tool deps
Delete esformatter Address lint failures Delete unknown component property remove deprecated stylelint rules Address stylelint violation Update rimraf (cherry picked from commit 4aba540b894729c730640f03b2f96c451af2dba0) Close #3624
This commit is contained in:
parent
a5b9951a39
commit
a1f0982c64
6 changed files with 1772 additions and 2483 deletions
|
@ -1,12 +1,9 @@
|
|||
.inputContainer {
|
||||
top: -1px;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
left: -1px;
|
||||
display: flex;
|
||||
align-items: start;
|
||||
flex-wrap: wrap;
|
||||
padding: 1px 16px;
|
||||
min-height: 33px;
|
||||
cursor: default;
|
||||
inset: -1px;
|
||||
}
|
||||
|
|
|
@ -36,7 +36,6 @@ class TagInputInput extends Component {
|
|||
<div
|
||||
ref={forwardedRef}
|
||||
className={className}
|
||||
component="div"
|
||||
onMouseDown={this.onMouseDown}
|
||||
>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue