CSS: Remove redundant hover styles for a

This commit is contained in:
Eric Lippmann 2016-04-11 14:11:49 +02:00
parent c803ec64c5
commit 7ea9ae8305
2 changed files with 0 additions and 14 deletions

View File

@ -88,10 +88,6 @@
/* Generic box element */
.boxview a {
text-decoration: none;
}
.boxview > div.box {
text-align: center;
vertical-align: top;
@ -364,13 +360,7 @@ div.timeline {
a {
font-weight: bold;
text-decoration: none;
white-space: nowrap;
&:hover {
text-decoration: underline;
}
}
}

View File

@ -29,10 +29,6 @@
> a {
color: @body-bg-color;
&:hover {
text-decoration: underline;
}
}
&.active > a,