Skip to content

Commit

Permalink
Fix keyline link buttons (#206)
Browse files Browse the repository at this point in the history
- Link buttons with icons were overlapping.
- Submission & done states for keyline buttons were invisible.
  • Loading branch information
BobHayden authored and hen-x committed Jan 9, 2019
1 parent c98fdc2 commit 0b4f923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "he-react-ui",
"version": "3.0.1",
"version": "3.0.2",
"description": "Common UI elements for HealthEngine",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions src/components/Form/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@
.link {
background: none;
border: none;
padding: 0;
height: auto;
&:active, &:hover, &:focus {
background: none;
}
Expand Down Expand Up @@ -211,7 +209,7 @@
}

.keyline {
&:not(:hover):not(:active) {
&:not(:hover):not(:active):not(.submitting):not(.done) {
border: solid 1px;
background: none;
}
Expand Down

0 comments on commit 0b4f923

Please sign in to comment.