Minor improvements
This commit is contained in:
parent
08737703e4
commit
9463df1a16
@ -19,7 +19,7 @@ form .iqser-input-group:not(first-of-type) {
|
||||
|
||||
.input-icon {
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
left: 114px;
|
||||
bottom: 1px;
|
||||
background: var(--iqser-quick-filter-border);
|
||||
height: 34px;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
.mat-button-toggle-standalone,
|
||||
.mat-button-toggle-group {
|
||||
box-shadow: none;
|
||||
box-shadow: none !important;
|
||||
border-radius: 100px !important;
|
||||
width: fit-content;
|
||||
|
||||
|
||||
@ -32,7 +32,6 @@ export class TableComponent<T extends IListable> extends AutoUnsubscribe impleme
|
||||
|
||||
@Input() tableColumnConfigs!: readonly TableColumnConfig<T>[];
|
||||
@Input() bulkActions?: TemplateRef<unknown>;
|
||||
@Input() actionsTemplate?: TemplateRef<unknown>;
|
||||
@Input() headerTemplate?: TemplateRef<unknown>;
|
||||
@Input() itemSize!: number;
|
||||
@Input() selectionEnabled = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user