Update changelog

This commit is contained in:
Jeremy Thomas 2018-04-08 15:13:15 +01:00
parent 81a9ada825
commit 7f03c86c1e
3 changed files with 2 additions and 5 deletions

View File

@ -12,6 +12,7 @@
### Bug fixes
* #1707 Disable table hover in `.content` by default
* #1428 Fix `media-content` overflow
### Improvements

View File

@ -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;

File diff suppressed because one or more lines are too long