a typo fix

This commit is contained in:
Sercan Yemen 2017-08-03 17:28:13 +03:00
parent 0bd35d58c4
commit 3b0e92c102

View File

@ -49,8 +49,11 @@ a {
color: mat-color($accent); color: mat-color($accent);
text-decoration: none; text-decoration: none;
&:hover, &:active { &:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button) {
text-decoration: underline;
&:hover, &:active {
text-decoration: underline;
}
} }
} }