Skip to content

Commit 7a3fe19

Browse files
committed
feat: marks dot style
1 parent 8dc1f33 commit 7a3fe19

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

assets/index.less

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,18 @@
131131
border: 2px solid #e9e9e9;
132132
border-radius: 50%;
133133
cursor: pointer;
134+
135+
&.@{prefixClass}-marks-dot {
136+
border-color: #d6d6d6;
137+
}
138+
134139
&-active {
135-
border-color: tint(@primary-color, 50%);
140+
&,
141+
&.@{prefixClass}-marks-dot {
142+
border-color: tint(@primary-color, 50%);
143+
}
136144
}
145+
137146
&-reverse {
138147
margin-right: -4px;
139148
}

0 commit comments

Comments
 (0)