From 0253e2fdc28feb0e9aa903afe9281d854f7b27a9 Mon Sep 17 00:00:00 2001 From: wugaoliang Date: Sat, 8 Feb 2020 11:54:35 +0800 Subject: [PATCH 1/2] fix: #733 --- components/table/style/Table.scss | 9 +++++++++ components/tag/style/index.scss | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/components/table/style/Table.scss b/components/table/style/Table.scss index e34d94a77..4b544c390 100644 --- a/components/table/style/Table.scss +++ b/components/table/style/Table.scss @@ -470,10 +470,19 @@ $borderColor: #e6e7e8 !default; color: #83868c; } + .hi-table-thead tr { + background-color: #fff; + color: #83868c; + } + .hi-table-container table .hi-table-thead tr:hover { background-color: #fff; } + .hi-table-container table th i:hover { + color: $value; + } + .hi-icon.icon-menu { color: $value; } diff --git a/components/tag/style/index.scss b/components/tag/style/index.scss index b9c390256..4b2695baf 100644 --- a/components/tag/style/index.scss +++ b/components/tag/style/index.scss @@ -55,7 +55,6 @@ $primary: get-color($palette-primary, 'hiui-blue') !default; @each $key, $value in $theme-colors { .theme__#{$key}.hi-tag__container--primary.hi-tag__container--default { background: $value; - border: 1px solid $value; } .theme__#{$key}.hi-tag__container--primary.hi-tag__container--line { From 9987d41f562f1a3d57eb6b065122a5c585b3cc72 Mon Sep 17 00:00:00 2001 From: wugaoliang Date: Sat, 8 Feb 2020 11:57:45 +0800 Subject: [PATCH 2/2] fix: #733 --- components/table/style/Table.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/table/style/Table.scss b/components/table/style/Table.scss index 4b544c390..bf414898d 100644 --- a/components/table/style/Table.scss +++ b/components/table/style/Table.scss @@ -470,11 +470,6 @@ $borderColor: #e6e7e8 !default; color: #83868c; } - .hi-table-thead tr { - background-color: #fff; - color: #83868c; - } - .hi-table-container table .hi-table-thead tr:hover { background-color: #fff; }