From d41d6628649c7c6479639dc50390a8c142deeff2 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Thu, 24 May 2018 16:46:27 +0100 Subject: Fix CSS specificity bug with new nicetable hover styles --- web/cobrands/sass/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index b6a20517c..9abaf4d28 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -2433,7 +2433,7 @@ $nicetable-hover-background: rgba($primary, 0.15) !default; background: $nicetable-hover-background; } - thead tr { + thead tr:hover { background: transparent; } } -- cgit v1.2.3