@@ -12,6 +12,7 @@
### Bug fixes
+* #1707 Disable table hover in `.content` by default
* #1428 Fix `media-content` overflow
### Improvements
@@ -2754,10 +2754,6 @@ a.box:active {
text-align: left;
}
-.content table tr:hover {
- background-color: whitesmoke;
-}
-
.content table thead td,
.content table thead th {
border-width: 0 0 2px;