Skip to content

Commit

Permalink
Merge pull request #935 from XiaoMi/hotfix/theme
Browse files Browse the repository at this point in the history
Hotfix/theme
  • Loading branch information
solarjoker authored Feb 8, 2020
2 parents 7674116 + 9987d41 commit 370caee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions components/table/style/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,10 @@ $borderColor: #e6e7e8 !default;
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 370caee

Please sign in to comment.