Skip to content

Commit

Permalink
fix: #733
Browse files Browse the repository at this point in the history
  • Loading branch information
wugaoliang committed Feb 8, 2020
1 parent 5f6944f commit 0253e2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions components/table/style/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
1 change: 0 additions & 1 deletion components/tag/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0253e2f

Please sign in to comment.