2019-10-17 18:23:53 +03:00
|
|
|
/**
|
2022-01-17 14:07:46 +02:00
|
|
|
* Copyright © 2016-2022 The Thingsboard Authors
|
2019-10-17 18:23:53 +03:00
|
|
|
*
|
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
|
*
|
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
*
|
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
|
* limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
:host {
|
|
|
|
|
.mat-chip.mat-standard-chip {
|
2020-04-21 11:53:26 +03:00
|
|
|
overflow: hidden;
|
|
|
|
|
|
2019-10-17 18:23:53 +03:00
|
|
|
.tb-attribute-chip {
|
2019-10-31 10:06:57 +02:00
|
|
|
max-width: 100%;
|
2019-10-17 18:23:53 +03:00
|
|
|
color: rgb(66, 66, 66);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
.tb-chip-drag-handle {
|
|
|
|
|
cursor: move;
|
|
|
|
|
|
|
|
|
|
mat-icon {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-31 18:33:51 +02:00
|
|
|
.tb-chip-labels {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
2020-04-21 11:53:26 +03:00
|
|
|
align-items: flex-end;
|
|
|
|
|
min-width: 0;
|
2019-10-31 18:33:51 +02:00
|
|
|
.tb-chip-label {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
2019-10-17 18:23:53 +03:00
|
|
|
|
2019-10-31 18:33:51 +02:00
|
|
|
.tb-chip-separator {
|
|
|
|
|
white-space: pre;
|
|
|
|
|
}
|
2019-10-17 18:23:53 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mat-chip-remove.mat-icon {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
font-size: 24px;
|
2020-04-27 09:27:14 +03:00
|
|
|
margin-left: 0;
|
2019-10-17 18:23:53 +03:00
|
|
|
color: inherit;
|
|
|
|
|
opacity: inherit;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:host ::ng-deep {
|
|
|
|
|
.mat-form-field-flex {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
.mat-form-field-infix {
|
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|