Skip to content

Commit

Permalink
fixed hover on primary button #4
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTurner committed Sep 15, 2017
1 parent 63c6035 commit 544d7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 2 additions & 5 deletions dist/mygovbc-bootstrap-theme.min.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions src/styles/overrides.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ a {
border-color:@gray-lighter;
}

// Change button hover color
.btn-primary:hover {
background-color: lighten(@brand-secondary, 10%);
}

.btn-disabled:hover, .btn-primary[disabled]:hover {
background-color: @gray-lighter;
}
Expand Down

0 comments on commit 544d7f6

Please sign in to comment.