From 4326cdee106efcc91c91dea296b39d7cc3d1de4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Wed, 23 Oct 2024 16:56:39 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=A6=AC=EB=93=9C=20=EA=B8=80?= =?UTF-8?q?=EC=9E=90=20=EB=86=92=EC=9D=B4=20=EB=B0=8F=20=ED=98=B8=EB=B2=84?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_grid-detail.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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{