mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 01:00:14 -04:00
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
@import (reference, less) '~@/assets/less/main.less';
|
|
|
|
a.visualization-editor-context-help {
|
|
&, .ant-typography & {
|
|
font: inherit;
|
|
color: inherit;
|
|
|
|
&:hover, &:active {
|
|
color: @link-hover-color;
|
|
}
|
|
}
|
|
}
|