grafana/public/sass/components/_query_part.scss
2018-01-23 16:10:04 +01:00

18 lines
270 B
SCSS

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