We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc1f33 commit 7a3fe19Copy full SHA for 7a3fe19
assets/index.less
@@ -131,9 +131,18 @@
131
border: 2px solid #e9e9e9;
132
border-radius: 50%;
133
cursor: pointer;
134
+
135
+ &.@{prefixClass}-marks-dot {
136
+ border-color: #d6d6d6;
137
+ }
138
139
&-active {
- border-color: tint(@primary-color, 50%);
140
+ &,
141
142
+ border-color: tint(@primary-color, 50%);
143
144
}
145
146
&-reverse {
147
margin-right: -4px;
148
0 commit comments