Skip to content

Commit 3bb74da

Browse files
authored
fix: dot wrong event of pointer ant-design/ant-design#40288 (#858)
* fix: pointer-event can user in stop dot * fix: delete useless code
1 parent 0c627e7 commit 3bb74da

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

assets/index.less

-9
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,13 @@
117117
width: 100%;
118118
height: 4px;
119119
background: transparent;
120-
pointer-events: none;
121120
}
122121

123122
&-dot {
124123
position: absolute;
125124
bottom: -2px;
126125
width: 8px;
127126
height: 8px;
128-
// margin-left: -4px;
129127
vertical-align: middle;
130128
background-color: #fff;
131129
border: 2px solid #e9e9e9;
@@ -197,13 +195,6 @@
197195

198196
&-dot {
199197
margin-left: -2px;
200-
// margin-bottom: -4px;
201-
// &:first-child {
202-
// margin-bottom: -4px;
203-
// }
204-
// &:last-child {
205-
// margin-bottom: -4px;
206-
// }
207198
}
208199
}
209200
}

0 commit comments

Comments
 (0)