Skip to content

Commit

Permalink
Merge 8725d6a into 5d604f9
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 authored Jan 12, 2023
2 parents 5d604f9 + 8725d6a commit dbe6b13
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion packages/pro/transfer/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,27 @@
}
}
}
.@{tree-node-prefix} {
&.@{tree-prefix}-blocked .@{tree-node-prefix} {
transition: none;
background-color: @pro-transfer-list-background-color;
&:hover {
background-color: @pro-transfer-list-item-hover-color;
&-content {
background-color: @pro-transfer-list-item-hover-color;
}
}
&-content {
background-color: @pro-transfer-list-background-color;
transition: none;
}

&-active:not(&-disabled),
&-selected:not(&-disabled) {
background-color: @pro-transfer-list-background-color;
&:hover {
background-color: @pro-transfer-list-item-hover-color;
}
}
}
&-close-icon {
padding: @pro-transfer-tree-close-icon-padding;
Expand Down

0 comments on commit dbe6b13

Please sign in to comment.