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,9 +49,12 @@ a {
color: mat-color($accent); color: mat-color($accent);
text-decoration: none; text-decoration: none;
&:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button) {
&:hover, &:active { &:hover, &:active {
text-decoration: underline; text-decoration: underline;
} }
}
} }
// Abbr // Abbr