Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix tour step type #39382

Merged
merged 25 commits into from Dec 19, 2022
Merged
Changes from 15 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1c2bc1a
feat: fix-step-type
heiyu4585 Dec 7, 2022
6b02942
feat: fix-step-type
heiyu4585 Dec 7, 2022
cf525cc
feat: add test
heiyu4585 Dec 12, 2022
62287b9
feat: update test
heiyu4585 Dec 12, 2022
afad578
feat: update test snapshots
heiyu4585 Dec 12, 2022
0a2f4cf
feat: update test snapshots
heiyu4585 Dec 12, 2022
9b16e0e
feat: update test snapshots
heiyu4585 Dec 12, 2022
dd57d6b
fix: PurePanel style
zombieJ Dec 15, 2022
e542cf4
test: update snapshot
zombieJ Dec 15, 2022
e1fe78e
feat: update package
heiyu4585 Dec 15, 2022
424759b
Merge branch 'master' of https://github.com/ant-design/ant-design int…
heiyu4585 Dec 16, 2022
5fa89de
Merge branch 'fix-step-type' of https://github.com/heiyu4585/ant-desi…
heiyu4585 Dec 16, 2022
2c6b470
Merge branch 'master' of https://github.com/ant-design/ant-design int…
heiyu4585 Dec 16, 2022
e7fd63d
feat: fix-step-type
heiyu4585 Dec 7, 2022
cfe139d
feat: fix-step-type
heiyu4585 Dec 7, 2022
180d1a4
feat: add test
heiyu4585 Dec 12, 2022
0a082df
feat: update test
heiyu4585 Dec 12, 2022
089b11a
feat: update test snapshots
heiyu4585 Dec 12, 2022
dc632cb
feat: update test snapshots
heiyu4585 Dec 12, 2022
8ddde5e
feat: update test snapshots
heiyu4585 Dec 12, 2022
e9a9c40
feat: update package
heiyu4585 Dec 15, 2022
9bb8d79
fix: PurePanel style
zombieJ Dec 15, 2022
76ed3d1
test: update snapshot
zombieJ Dec 15, 2022
8ca1f33
Merge branch 'fix-step-type' of https://github.com/heiyu4585/ant-desi…
heiyu4585 Dec 19, 2022
036c8aa
feat: update for checks
heiyu4585 Dec 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/tour/style/index.tsx
Expand Up @@ -66,7 +66,7 @@ const genBaseStyle: GenerateStyle<TourToken> = (token) => {
display: 'none',
},

// ============================= panel content ===========================
// ============================= panel content ============================
[`${componentCls}-content`]: {
position: 'relative',
},
Expand Down Expand Up @@ -152,7 +152,7 @@ const genBaseStyle: GenerateStyle<TourToken> = (token) => {
},
},

// ============================= primary type ===========================
// ============================= primary type ===========================
li-jia-nan marked this conversation as resolved.
Show resolved Hide resolved
// `$` for panel, `&$` for pure panel
[`${componentCls}-primary, &${componentCls}-primary`]: {
'--antd-arrow-background-color': colorPrimary,
Expand Down