Files
redash/client/app/visualizations/VisualizationName.less
Gabriel Dutra 7223f60ddf Migrate VisualizationEmbed to React (#4364)
* Migrate VisualizationEmbed to React

* Angular cleanup

* Remove onClick event from TimeAgo

* Check Table exists before taking snapshot

* Apply Prettier
2019-12-24 10:21:48 +02:00

15 lines
191 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.visualization-name:empty + span {
color: rgba(0, 0, 0, 0.8);
}
.visualization-name {
&:after {
content: "";
margin-left: 5px;
}
&:empty:after {
content: none;
}
}