2016-03-29 12:03:24 -05:00
|
|
|
.query-part {
|
2020-06-28 01:29:38 -05:00
|
|
|
background-color: $tight-form-func-bg;
|
2016-03-29 12:03:24 -05:00
|
|
|
|
|
|
|
&.show-function-controls {
|
|
|
|
padding-top: 5px;
|
|
|
|
min-width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-12-08 17:48:39 -06:00
|
|
|
|
2018-01-23 09:10:04 -06:00
|
|
|
.query-part__last {
|
2017-12-08 17:48:39 -06:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-01-23 09:10:04 -06:00
|
|
|
&:hover .query-part__last {
|
2017-12-08 17:48:39 -06:00
|
|
|
display: inline;
|
|
|
|
}
|
2020-06-28 01:29:38 -05:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: $tight-form-func-highlight-bg;
|
|
|
|
}
|
2016-03-29 12:03:24 -05:00
|
|
|
}
|
2020-01-30 02:06:23 -06:00
|
|
|
|
|
|
|
.query-part__link {
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&--no-value {
|
|
|
|
color: $text-muted;
|
|
|
|
}
|
|
|
|
}
|