grafana/public/sass/components/_query_part.scss

18 lines
270 B
SCSS
Raw Normal View History

.query-part {
2017-08-15 13:24:16 -05:00
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;
}
}