mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
18 lines
270 B
SCSS
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;
|
|
}
|
|
}
|