diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index a304c666d..56503e771 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -235,6 +235,10 @@ border-spacing: 0 1px; width: 100%; + tr[href] { + -webkit-transform: translate3d(0,0,0); /* Fixes Safari hover bug in history table rows */ + } + tr[href].active { background-color: @tr-active-color; }