CSS: Remove redundant hover styles for a
This commit is contained in:
parent
c803ec64c5
commit
7ea9ae8305
|
@ -88,10 +88,6 @@
|
||||||
|
|
||||||
/* Generic box element */
|
/* Generic box element */
|
||||||
|
|
||||||
.boxview a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.boxview > div.box {
|
.boxview > div.box {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -364,13 +360,7 @@ div.timeline {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -29,10 +29,6 @@
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
color: @body-bg-color;
|
color: @body-bg-color;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active > a,
|
&.active > a,
|
||||||
|
|
Loading…
Reference in New Issue