Skip to content

Commit

Permalink
feat: darken has sorter column header icon background
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed May 30, 2024
1 parent 8ec384a commit 4c6f5ad
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@

&:hover {
background-color: #f0f0f0;

.@{prefixCls}-has-sorter & {
background-color: #eaeaea;
}
}
}

Expand All @@ -95,15 +99,19 @@

&:hover {
background-color: #f0f0f0;

.@{prefixCls}-has-sorter & {
background-color: #eaeaea;
}
}
}

&-full &-up {
padding-bottom: 0;
padding: 1px 4px 0;
}

&-full &-down {
padding-top: 0;
padding: 0 4px 1px;
}

&-up + &-down {
Expand Down

0 comments on commit 4c6f5ad

Please sign in to comment.