remove dupe text-decoration

This commit is contained in:
Mark Otto 2020-03-17 12:19:53 -07:00
parent 685da5c802
commit 1e0575ced2

View File

@ -32,7 +32,6 @@
&:hover, &:hover,
&:focus { &:focus {
color: rgba($black, .85); color: rgba($black, .85);
text-decoration: none;
background-color: rgba($bd-purple-bright, .1); background-color: rgba($bd-purple-bright, .1);
} }
} }