mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
a typo fix
This commit is contained in:
parent
0bd35d58c4
commit
3b0e92c102
|
@ -49,10 +49,13 @@ 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
|
||||||
abbr {
|
abbr {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user