mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 16:00:09 -04:00
15 lines
191 B
Plaintext
15 lines
191 B
Plaintext
.visualization-name:empty + span {
|
||
color: rgba(0, 0, 0, 0.8);
|
||
}
|
||
|
||
.visualization-name {
|
||
&:after {
|
||
content: "−";
|
||
margin-left: 5px;
|
||
}
|
||
|
||
&:empty:after {
|
||
content: none;
|
||
}
|
||
}
|