Skip to content

Commit

Permalink
fix(directions): hover style on steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Feb 10, 2020
1 parent ab3f773 commit 5caca59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ mat-form-field {
}

.igo-steps {
cursor: cursor;
cursor: pointer;
}
// .igo-steps-text ::ng-deep {
// cursor: cursor;
// font-weight: normal;
// &:hover {
// font-weight: bold;
// }
// }


form {
padding-top: 10px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@mixin igo-directions-form-theming($theme) {
$accent: map-get($theme, accent);

igo-directions-form > mat-list-item:hover {
igo-directions-form mat-list-item.igo-steps:hover {
background-color: mat-color($accent, lighter);
}
}

0 comments on commit 5caca59

Please sign in to comment.