2018-03-28 15:24:47 +02:00
|
|
|
.auto-complete {
|
2019-12-11 15:51:03 +01:00
|
|
|
margin-left: inherit;
|
|
|
|
margin-right: inherit;
|
2018-11-29 13:26:18 +01:00
|
|
|
|
2019-12-11 15:51:03 +01:00
|
|
|
.not-loading {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-02-15 09:51:21 +01:00
|
|
|
|
2019-12-11 15:51:03 +01:00
|
|
|
.chip-item {
|
|
|
|
transition: none;
|
|
|
|
background-color: transparent;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: none !important;
|
|
|
|
border-radius: unset;
|
|
|
|
min-height: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
2019-02-15 09:51:21 +01:00
|
|
|
|
2019-12-11 15:51:03 +01:00
|
|
|
.chip-list {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress-loader {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.align-arrow-right {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
vertical-align: middle;
|
2019-12-12 11:42:00 +01:00
|
|
|
cursor: pointer;
|
|
|
|
align-self: center;
|
|
|
|
color: rgba(0, 0, 0, 0.54);
|
2019-12-11 15:51:03 +01:00
|
|
|
}
|
2018-11-29 13:26:18 +01:00
|
|
|
}
|
|
|
|
|
2019-12-11 15:51:03 +01:00
|
|
|
.chip-list {
|
|
|
|
width: auto;
|
2019-10-03 15:06:21 +02:00
|
|
|
}
|
|
|
|
|
2019-12-11 15:51:03 +01:00
|
|
|
.two-line-mat-option {
|
|
|
|
line-height: 1.2em;
|
2019-11-04 16:51:08 +01:00
|
|
|
}
|
|
|
|
|
2019-12-11 15:51:03 +01:00
|
|
|
// .two-line-mat-option {
|
|
|
|
// height: 3.5em;
|
|
|
|
// line-height: 1.2em;
|
|
|
|
// }
|
|
|
|
|
|
|
|
.mat-standard-chip:hover::after {
|
|
|
|
opacity: 0;
|
2019-11-04 16:51:08 +01:00
|
|
|
}
|
|
|
|
|
2019-12-11 15:51:03 +01:00
|
|
|
.mat-standard-chip:focus::after {
|
|
|
|
opacity: 0;
|
2019-02-15 09:51:21 +01:00
|
|
|
}
|
2019-12-11 15:51:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
// .mat-form-field-type-single-autocomplete:not(.mat-form-field-disabled) .mat-form-field-flex {
|
|
|
|
// cursor: pointer;
|
|
|
|
// }
|