From 225e5ec001e9e9fc29276fa62d11aac8426e75b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Sun, 15 Dec 2019 18:04:16 +0100 Subject: [PATCH] Fix hover css --- static/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index 96f5adc..d7fc8ee 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -95,6 +95,10 @@ label.checkbox { margin-bottom: 1rem; } +.table.is-hoverable tbody tr:not(.is-selected):hover { + background-color: #f1f1f1 !important; +} + @media screen and (min-width: 1088px) { .tooltip:hover::before, .tooltip:hover::after { display: none !important;