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 4ca2cc1 fix(css-selector): Fixed incorrect css-selector for CRUD page
reported by sonarqube report as a critical vulnerability (#7034)
4ca2cc1 is described below
commit 4ca2cc1ef20b7f5e0aed95d09bdf9bda533b6ce7
Author: bipinsoniguavus <[email protected]>
AuthorDate: Fri Mar 15 06:21:16 2019 +0530
fix(css-selector): Fixed incorrect css-selector for CRUD page reported by
sonarqube report as a critical vulnerability (#7034)
---
superset/assets/src/CRUD/styles.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/superset/assets/src/CRUD/styles.css
b/superset/assets/src/CRUD/styles.css
index be3c727..bcb0f2c 100644
--- a/superset/assets/src/CRUD/styles.css
+++ b/superset/assets/src/CRUD/styles.css
@@ -19,11 +19,11 @@
.CRUD i.fa-caret-down, i.fa-caret-up {
width: '5px';
}
-.CRUD td.expanded = {
+.CRUD td.expanded {
border-top: '0px';
padding: '0px';
}
-.CRUD .frame = {
+.CRUD .frame {
border: '1px solid #AAA';
border-radius: 5;
padding: 10;