| 1234567891011121314151617 |
- .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;
- }
- }
|