Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Mar 24, 2021
1 parent 8a208cb commit 9edf89a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/components/buttons/SmallButton/SmallButton.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
.button:hover {
opacity: 0.85;
}
.button::disabled {
.button:disabled {
background-color: var(--small-button-disabled-bg) !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
.pathBrowseInput:hover {
border-bottom: 1px solid var(--accent-blue);
}
.pathBrowseInput hover:not(.disabled):not(.active):not(.error) {
.pathBrowseInput:hover:not(.disabled):not(.active):not(.error) {
border-bottom: 1px var(--accent-blue) solid;
}
.pathBrowseInput input {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@

.requestedAmountInput {
width: 246px;
}

.requestedAmountInput {
width: 100%;
font-size: 16px;
padding-left: 0;
padding-bottom: 2px;
}
.requestedAmountInput hover:not(.disabled):not(.active):not(.error) {
.requestedAmountInput:hover:not(.disabled):not(.active):not(.error) {
border-bottom: 1px var(--accent-blue) solid;
}
.requestedAmountInput input {
Expand Down

0 comments on commit 9edf89a

Please sign in to comment.