aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/sass/_base.scss2
1 files changed, 1 insertions, 1 deletions
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;
}
}