You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
412 B
29 lines
412 B
.query-part {
|
|
background-color: $tight-form-func-bg;
|
|
|
|
&.show-function-controls {
|
|
padding-top: 5px;
|
|
min-width: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
.query-part__last {
|
|
display: none;
|
|
}
|
|
|
|
&:hover .query-part__last {
|
|
display: inline;
|
|
}
|
|
|
|
&:hover {
|
|
background: $tight-form-func-highlight-bg;
|
|
}
|
|
}
|
|
|
|
.query-part__link {
|
|
cursor: pointer;
|
|
|
|
&--no-value {
|
|
color: $text-muted;
|
|
}
|
|
}
|
|
|