filter icons hide
This commit is contained in:
parent
5da78f5dc3
commit
bf12f0fcb8
1 changed files with 14 additions and 0 deletions
|
|
@ -375,6 +375,20 @@
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .grid-setting-icon,
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-header-cell.ag-header-active .ag-header-cell-menu-button,
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-header-cell .ag-header-icon .ag-icon,
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-header-row-column-filter :is(.ag-header-cell, .ag-header-group-cell)::after,
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-filter .ag-filter-condition,
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-filter .ag-filter-condition + * {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-header-row:not(:first-child) .ag-header-cell,
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-row.ag-row-hover,
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-row.ag-row-hover .ag-cell {
|
||||
color: var(--color-link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue