File tree Expand file tree Collapse file tree 3 files changed +48
-42
lines changed Expand file tree Collapse file tree 3 files changed +48
-42
lines changed Original file line number Diff line number Diff line change 221
221
right : -1px ;
222
222
cursor : pointer;
223
223
outline : none;
224
- border : none;
224
+ border-top : 1px solid # aaa ;
225
+ border-right : 1px solid # aaa ;
226
+ border-bottom : 1px solid # aaa ;
225
227
color : # 777 ;
226
228
width : 25% ;
227
229
height : auto;
232
234
transition : background-color 0.25s ease-out;
233
235
}
234
236
.datetime-input .date .clear-button ::before {
235
- position : absolute;
236
- left : -1em ;
237
- top : 0 ;
238
- width : 0 ;
239
- height : 0 ;
240
237
content : "" ;
241
- border-top : 2em solid # efefef ;
242
- border-left : 1em solid transparent;
243
- transition : border 0.25s ease-out;
244
- }
245
- .datetime-input .date .clear-button : hover {
246
- background-color : # ddd ;
247
- }
238
+ position : absolute;
239
+ left : -0.5em ;
240
+ top : -1px ;
241
+ width : 1em ;
242
+ height : 2em ;
243
+ background : # efefef ;
244
+ border-top : 1px solid # aaa ;
245
+ border-left : 1px solid # aaa ;
246
+ transition : background 0.25s ease-out;
247
+ transform : skewX (25deg );
248
+ }
249
+ .datetime-input .date .clear-button : hover ,
248
250
.datetime-input .date .clear-button : hover ::before {
249
- border-top-color : # ddd ;
251
+ background : # ddd ;
250
252
}
Original file line number Diff line number Diff line change 331
331
right : -1px ;
332
332
cursor : pointer;
333
333
outline : none;
334
- border : none;
334
+ border-top : 1px solid # aaa ;
335
+ border-right : 1px solid # aaa ;
336
+ border-bottom : 1px solid # aaa ;
335
337
color : # 777 ;
336
338
width : 25% ;
337
339
height : auto;
342
344
transition : background-color 0.25s ease-out;
343
345
}
344
346
.datetime-input .datetime .clear-button ::before {
345
- position : absolute;
346
- left : -1em ;
347
- top : 0 ;
348
- width : 0 ;
349
- height : 0 ;
350
347
content : "" ;
351
- border-top : 2em solid # efefef ;
352
- border-left : 1em solid transparent;
353
- transition : border 0.25s ease-out;
354
- }
355
- .datetime-input .datetime .clear-button : hover {
356
- background-color : # ddd ;
357
- }
348
+ position : absolute;
349
+ left : -0.5em ;
350
+ top : -1px ;
351
+ width : 1em ;
352
+ height : 2em ;
353
+ background : # efefef ;
354
+ border-top : 1px solid # aaa ;
355
+ border-left : 1px solid # aaa ;
356
+ transition : background 0.25s ease-out;
357
+ transform : skewX (25deg );
358
+ }
359
+ .datetime-input .datetime .clear-button : hover ,
358
360
.datetime-input .datetime .clear-button : hover ::before {
359
- border-top-color : # ddd ;
361
+ background : # ddd ;
360
362
}
Original file line number Diff line number Diff line change 218
218
right : -1px ;
219
219
cursor : pointer;
220
220
outline : none;
221
- border : none;
221
+ border-top : 1px solid # aaa ;
222
+ border-right : 1px solid # aaa ;
223
+ border-bottom : 1px solid # aaa ;
222
224
color : # 777 ;
223
225
width : 25% ;
224
226
height : auto;
229
231
transition : background-color 0.25s ease-out;
230
232
}
231
233
.datetime-input .time .clear-button ::before {
232
- position : absolute;
233
- left : -1em ;
234
- top : 0 ;
235
- width : 0 ;
236
- height : 0 ;
237
234
content : "" ;
238
- border-top : 2em solid # efefef ;
239
- border-left : 1em solid transparent;
240
- transition : border 0.25s ease-out;
241
- }
242
- .datetime-input .time .clear-button : hover {
243
- background-color : # ddd ;
244
- }
235
+ position : absolute;
236
+ left : -0.5em ;
237
+ top : -1px ;
238
+ width : 1em ;
239
+ height : 2em ;
240
+ background : # efefef ;
241
+ border-top : 1px solid # aaa ;
242
+ border-left : 1px solid # aaa ;
243
+ transition : background 0.25s ease-out;
244
+ transform : skewX (25deg );
245
+ }
246
+ .datetime-input .time .clear-button : hover ,
245
247
.datetime-input .time .clear-button : hover ::before {
246
- border-top-color : # ddd ;
248
+ background : # ddd ;
247
249
}
You can’t perform that action at this time.
0 commit comments