fix
This commit is contained in:
parent
fbf09080fb
commit
91ac4a7696
1 changed files with 28 additions and 3 deletions
|
|
@ -1425,13 +1425,18 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-row {
|
||||
|
||||
|
||||
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-row,
|
||||
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-row:is(.ag-row-selected, .ag-row-hover),
|
||||
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-row:is(.ag-row-selected, .ag-row-hover)::before {
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell {
|
||||
height: calc(100% - var(--indent-mini));
|
||||
padding-bottom: var(--indent-xbase) !important;
|
||||
padding-top: var(--indent-xmini);
|
||||
padding-bottom: var(--indent-xmini);
|
||||
border: 1px solid var(--color-primary-20);
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
|
|
@ -1447,6 +1452,26 @@
|
|||
border-top-right-radius: var(--indent-mini);
|
||||
border-bottom-right-radius: var(--indent-mini);
|
||||
}
|
||||
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-row:is(.ag-row-selected, .ag-row-hover) .ag-cell::before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
pointer-events: none;
|
||||
background-color: var(--bg-brick);
|
||||
}
|
||||
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell .ag-cell-value {
|
||||
line-height: 1.5;
|
||||
z-index: 1;
|
||||
}
|
||||
.webbpm.ervu_dashboard .grid-with-indents-border {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.webbpm.ervu_dashboard grid-v2.grid-rating ag-grid-angular .ag-row {
|
||||
font-size: var(--size-text-subtitle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue