diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-29 16:45:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-29 16:45:51 +0100 |
commit | 628b8ef250aff87cf1802fa01279caf81b139f0c (patch) | |
tree | 67bfd6f1f206e634133fbb4988c6b6ce33f014a7 | |
parent | 033c9cb3abf5e2ed97c0360d26764038e878d67a (diff) | |
parent | d41d6628649c7c6479639dc50390a8c142deeff2 (diff) |
Merge remote-tracking branch 'origin/nicetable-thead-css-bug'
-rw-r--r-- | web/cobrands/sass/_base.scss | 2 |
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; } } |