Skip to content

Commit

Permalink
Make chart title backgrounds transparent to prevent buttonface color …
Browse files Browse the repository at this point in the history
…in IE (#4438)
  • Loading branch information
Jay Lindquist authored and mistercrunch committed Feb 16, 2018
1 parent 680bfc1 commit d6f1024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/stylesheets/superset.less
Expand Up @@ -229,7 +229,7 @@ table.table-no-hover tr:hover {

.editable-title input[type="button"] {
border-color: transparent;
background: inherit;
background: transparent;
white-space: normal;
text-align: left;
}
Expand Down

0 comments on commit d6f1024

Please sign in to comment.