Skip to content

Commit

Permalink
add a hover state for the inverted btn background
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyubinhan committed Jan 30, 2019
1 parent 8cbce3e commit 25f94b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/mainPage/ConfirmationModals.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ConfirmationModals extends Component {
onClick={onYesBtnClicked}
>
<Icon name="checkmark" />
Submit
Confirm
</Button>
</div>
</Modal.Content>
Expand Down
2 changes: 1 addition & 1 deletion src/components/rangeUsePlan/UpdateStatusModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class UpdateStatusModal extends Component {
disabled={requireNote && !note}
>
<Icon name="checkmark" />
Submit
Confirm
</Button>
</div>
</Modal.Content>
Expand Down
6 changes: 5 additions & 1 deletion src/styles/Common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,11 @@
color: $primary-color !important;
box-shadow: 0 0 0 1.5px #003366 inset !important;
background: transparent none !important;
}

&:hover {
background: #f2f2f2 !important;
}
}
}

.signin-modal {
Expand Down

0 comments on commit 25f94b0

Please sign in to comment.