This commit is contained in:
m.epshtein 2024-06-24 19:02:10 +03:00
parent 4324e064d6
commit d47f0adeeb

View file

@ -406,17 +406,20 @@
}
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-icon {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 24px;
height: 24px;
&::before {
&:is(.ag-icon-small-down, .ag-icon-filter)::before {
position: absolute;
content: "";
width: 24px;
height: 24px;
left: 0;
top: 0;
left: 0;
}
&.ag-icon-small-down::before {
background-image: url(../img/svg/arrow-left.svg);
@ -424,7 +427,8 @@
}
&.ag-icon-filter::before {
background-image: url(../img/svg/filter.svg);
top: -4px;
top: -4px;
left: -4px;
}
}