CSS: removed hover on boxes
This commit is contained in:
parent
36790edd85
commit
9753d94907
|
@ -26,9 +26,6 @@
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.boxview > div:hover {
|
|
||||||
background-color: @gray-lightest;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Box body of contents */
|
/* Box body of contents */
|
||||||
|
@ -59,8 +56,6 @@
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.boxview div.box.entry a:hover {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* First line of a box entry */
|
/* First line of a box entry */
|
||||||
.boxview div.box.entry a:first-child {
|
.boxview div.box.entry a:first-child {
|
||||||
|
|
Loading…
Reference in New Issue