Files
grafana/public/sass/components/_query_part.scss

18 lines
246 B
SCSS

.query-part {
background-color: lighten($input-label-bg, 5%);
&.show-function-controls {
padding-top: 5px;
min-width: 100px;
text-align: center;
}
.last {
display: none;
}
&:hover .last {
display: inline;
}
}