css: Fix collapsed border spacing in FF in list views

fixes #4043
This commit is contained in:
Johannes Meyer 2020-01-13 16:01:50 +01:00
parent 7bb9c8e25f
commit 82733f321e
1 changed files with 2 additions and 1 deletions

View File

@ -238,7 +238,8 @@
width: 100%;
tr[href] {
-webkit-transform: translate3d(0,0,0); /* Fixes Safari hover bug in history table rows */
-webkit-transform: translate3d(0,0,0); /* Without this, hovering in Safari is broken in history table rows */
-moz-transform: none; /* Firefox collapses border spacing due to the above */
}
tr[href].active {