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 {