Skip to content

Commit 3e24d0e

Browse files
committed
fix: #284 theme color
1 parent f877eff commit 3e24d0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vue.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ module.exports = {
2525
return ':not(.ant-calendar-selected-date)' + selector
2626
case '.ant-btn:focus,.ant-btn:hover':
2727
return '.ant-btn:focus:not(.ant-btn-primary),.ant-btn:hover:not(.ant-btn-primary)'
28+
case '.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon':
29+
return null
2830
case '.ant-btn.active,.ant-btn:active':
2931
return '.ant-btn.active:not(.ant-btn-primary),.ant-btn:active:not(.ant-btn-primary)'
3032
case '.ant-menu-horizontal>.ant-menu-item-active,.ant-menu-horizontal>.ant-menu-item-open,.ant-menu-horizontal>.ant-menu-item-selected,.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-submenu-active,.ant-menu-horizontal>.ant-menu-submenu-open,.ant-menu-horizontal>.ant-menu-submenu-selected,.ant-menu-horizontal>.ant-menu-submenu:hover':

0 commit comments

Comments
 (0)