Files
redash/client/app/components/visualizations/editor/context-help.less
2020-04-25 15:51:21 -03:00

18 lines
240 B
Plaintext

a.visualization-editor-context-help {
&,
.ant-typography & {
font: inherit;
color: inherit;
&:hover,
&:active {
color: #0a6ebd;
}
}
}
.context-help-default-icon {
margin-left: 5px;
margin-right: 5px;
}