components: De-duplicate `.no-underline` class.

This de-duplicates occurances of the `.no-underline` class by
removing it from "portico.css" and ensuring compaitbility by adding
support for the standard and :hover cases.
This commit is contained in:
Brock Whittaker 2017-10-09 17:01:12 -07:00 committed by Tim Abbott
parent 968a8a0b6c
commit 897b33e79d
2 changed files with 2 additions and 5 deletions

View File

@ -52,6 +52,7 @@
color: inherit;
}
a.no-underline {
a.no-underline,
a.no-underline:hover {
text-decoration: none;
}

View File

@ -13,10 +13,6 @@ body {
margin: 0 auto -56px;
}
.no-underline:hover {
text-decoration: none;
}
.normal {
font-weight: normal;
}