Merge pull request #4047 from Icinga/fix/firefox-layout-issues

Fix Firefox layout issues
This commit is contained in:
Johannes Meyer 2020-01-16 16:05:44 +01:00 committed by GitHub
commit b555c4bd8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -238,7 +238,8 @@
width: 100%; width: 100%;
tr[href] { 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 { tr[href].active {

View File

@ -14,7 +14,7 @@
.tabs a { .tabs a {
padding: 0 1em; padding: 0 1em;
line-height: 2.6em; line-height: 2.5em;
&:focus { &:focus {
outline-offset: -0.5em; outline-offset: -0.5em;