grafana/public/sass/components/_query_part.scss

30 lines
412 B
SCSS
Raw Normal View History

.query-part {
background-color: $tight-form-func-bg;
&.show-function-controls {
padding-top: 5px;
min-width: 100px;
text-align: center;
}
.query-part__last {
display: none;
}
&:hover .query-part__last {
display: inline;
}
&:hover {
background: $tight-form-func-highlight-bg;
}
}
.query-part__link {
cursor: pointer;
&--no-value {
color: $text-muted;
}
}