Skip to content

Commit

Permalink
fix: remove where clause
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalleri committed Jan 29, 2025
1 parent 19601e9 commit d7c55d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/_antd5-migration-fixes.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ html body {
.ant-table-wrapper .ant-table-column-sorter-down.active,
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
:where(.css-dev-only-do-not-override-1htoz2s).ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
:where(.css-dev-only-do-not-override-1htoz2s).ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
color: var(--coo-primary);
}

Expand Down

0 comments on commit d7c55d3

Please sign in to comment.