diff --git a/src/styles/_grid-detail.scss b/src/styles/_grid-detail.scss index 2c7720b..32a9e59 100644 --- a/src/styles/_grid-detail.scss +++ b/src/styles/_grid-detail.scss @@ -8,6 +8,7 @@ --ag-header-height: 40px; --ag-header-foreground-color: white; --ag-header-background-color: #5D6A76; + --ag-row-hover-color: #F7F9FA; // --ag-header-cell-hover-background-color: rgb(80, 40, 140); --ag-header-cell-moving-background-color: #5D6A76; .ag-root-wrapper{ @@ -33,9 +34,6 @@ } .ag-row{ border-bottom: 1px solid #ECF0F4; - &:nth-child(2n){ - background-color: #F7F9FA; - } &.important_row{ background-color: #e7e7e7; } @@ -43,6 +41,7 @@ .ag-cell{ font-size: 13px; color: #45576F; + line-height: 1.4; } .ag-icon-desc::before, .ag-icon-asc::before, @@ -63,9 +62,6 @@ } &.no-cols{ .ag-row{ - &:nth-child(2n){ - background-color: #fff; - } } } .form-flex-wrap{