This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new aa1d9ae [table] highlight selected <td>s (#7013)
aa1d9ae is described below
commit aa1d9ae3034c3084643c00b540b105f7c3a36054
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Apr 22 10:40:12 2019 -0700
[table] highlight selected <td>s (#7013)
---
superset/assets/stylesheets/superset.less | 3 +++
1 file changed, 3 insertions(+)
diff --git a/superset/assets/stylesheets/superset.less
b/superset/assets/stylesheets/superset.less
index c23d711..d25dc6b 100644
--- a/superset/assets/stylesheets/superset.less
+++ b/superset/assets/stylesheets/superset.less
@@ -580,3 +580,6 @@ tr.reactable-column-header th.reactable-header-sortable {
.align-right {
text-align: right;
}
+td.filtered {
+ background-color: lighten(desaturate(@brand-primary, 50%), 50%);
+}