aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-05-29 16:45:51 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-05-29 16:45:51 +0100
commit628b8ef250aff87cf1802fa01279caf81b139f0c (patch)
tree67bfd6f1f206e634133fbb4988c6b6ce33f014a7
parent033c9cb3abf5e2ed97c0360d26764038e878d67a (diff)
parentd41d6628649c7c6479639dc50390a8c142deeff2 (diff)
Merge remote-tracking branch 'origin/nicetable-thead-css-bug'
-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 989271ab1..4af940039 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -2417,7 +2417,7 @@ $nicetable-hover-background: rgba($primary, 0.15) !default;
background: $nicetable-hover-background;
}
- thead tr {
+ thead tr:hover {
background: transparent;
}
}