grid-with-indents-border

This commit is contained in:
m.epshtein 2025-04-04 13:52:28 +03:00
parent 91ac4a7696
commit 50106c03f0

View file

@ -1425,34 +1425,31 @@
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: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 {
.webbpm.ervu_dashboard [class*="grid-with-indents"] ag-grid-angular .ag-root .ag-row,
.webbpm.ervu_dashboard [class*="grid-with-indents"] ag-grid-angular .ag-root .ag-row:is(.ag-row-selected, .ag-row-hover),
.webbpm.ervu_dashboard [class*="grid-with-indents"] ag-grid-angular .ag-root .ag-row:is(.ag-row-selected, .ag-row-hover)::before {
border: 0;
background-color: transparent !important;
}
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell {
.webbpm.ervu_dashboard [class*="grid-with-indents"] ag-grid-angular .ag-root .ag-cell,
.webbpm.ervu_dashboard [class*="grid-with-indents"] ag-grid-angular .ag-root .ag-cell.ag-cell-focus {
border: 0;
}
.webbpm.ervu_dashboard [class*="grid-with-indents"] ag-grid-angular .ag-root .ag-cell {
height: calc(100% - var(--indent-mini));
padding-top: var(--indent-xmini);
padding-bottom: var(--indent-xmini);
border: 1px solid var(--color-primary-20);
border-right: 0;
border-left: 0;
background-color: var(--bg-brick);
background-color: var(--color-dark-20);
}
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell:first-child {
border-left: 1px solid var(--color-primary-20);
.webbpm.ervu_dashboard [class*="grid-with-indents"] ag-grid-angular .ag-root .ag-cell:first-child {
border-top-left-radius: var(--indent-mini);
border-bottom-left-radius: var(--indent-mini);
}
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell:last-child {
border-right: 1px solid var(--color-primary-20);
.webbpm.ervu_dashboard [class*="grid-with-indents"] ag-grid-angular .ag-root .ag-cell:last-child {
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 {
.webbpm.ervu_dashboard [class*="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;
@ -1461,17 +1458,28 @@
right: 0;
bottom: 0;
pointer-events: none;
background-color: var(--bg-brick);
background-color: var(--color-dark-20);
}
.webbpm.ervu_dashboard .grid-with-indents ag-grid-angular .ag-root .ag-cell .ag-cell-value {
.webbpm.ervu_dashboard [class*="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-with-indents-border ag-grid-angular .ag-root .ag-cell,
.webbpm.ervu_dashboard .grid-with-indents-border ag-grid-angular .ag-root .ag-cell.ag-cell-focus {
border: 1px solid var(--color-primary-20);
border-right: 0;
border-left: 0;
background-color: var(--bg-brick);
}
.webbpm.ervu_dashboard .grid-with-indents-border ag-grid-angular .ag-root .ag-cell:first-child {
border-left: 1px solid var(--color-primary-20);
}
.webbpm.ervu_dashboard .grid-with-indents-border ag-grid-angular .ag-root .ag-cell:last-child {
border-right: 1px solid var(--color-primary-20);
}
.webbpm.ervu_dashboard .grid-with-indents-border ag-grid-angular .ag-root .ag-row:is(.ag-row-selected, .ag-row-hover) .ag-cell::before {
background-color: var(--bg-brick);
}
.webbpm.ervu_dashboard grid-v2.grid-rating ag-grid-angular .ag-row {
font-size: var(--size-text-subtitle);