Changed styling
This commit is contained in:
parent
d185b78427
commit
33825e5660
@ -80,7 +80,7 @@
|
||||
</mat-chip>
|
||||
</mat-chip-listbox>
|
||||
</ng-container>
|
||||
<div class="flex">
|
||||
<div class="tb-form-table-row-cell-buttons flex">
|
||||
<button type="button"
|
||||
mat-icon-button
|
||||
#button
|
||||
@ -93,8 +93,7 @@
|
||||
&& calculatedFieldType() === CalculatedFieldType.SIMPLE)"
|
||||
matBadgeColor="warn"
|
||||
matBadgeSize="small"
|
||||
matBadge="!"
|
||||
class="field-action"
|
||||
matBadge="*"
|
||||
>
|
||||
edit
|
||||
</mat-icon>
|
||||
@ -104,7 +103,7 @@
|
||||
(click)="onDelete($index)"
|
||||
[matTooltip]="'action.delete' | translate"
|
||||
matTooltipPosition="above">
|
||||
<mat-icon class="field-action">delete</mat-icon>
|
||||
<mat-icon>delete</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -13,6 +13,14 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
:host {
|
||||
.tb-form-table-row-cell-buttons{
|
||||
--mat-badge-legacy-small-size-container-size: 8px;
|
||||
--mat-badge-small-size-container-overlap-offset: -5px;
|
||||
--mat-badge-small-size-text-size: 0;
|
||||
}
|
||||
}
|
||||
|
||||
:host ::ng-deep {
|
||||
.tb-inline-field {
|
||||
a {
|
||||
@ -20,9 +28,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
:host {
|
||||
.field-action {
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user