File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 250250 border-right : 8px solid transparent;
251251 border-bottom : 11px solid # 444 ;
252252 opacity : 0 ;
253- transition : opacity 0.6 s ease-in-out ;
253+ transition : opacity 0.8 s linear 0.2 s ;
254254 }
255255
256256.rce-mitem-tooltip [tooltip ]: after {
264264 padding : 5px ;
265265 position : absolute;
266266 opacity : 0 ;
267- transition : opacity 0.8s ease-in-out ;
267+ transition : opacity 0.8s linear 0.2 s ;
268268 min-width : 415px ;
269269 max-width : 415px ;
270270 top : 40px ;
274274
275275.rce-mitem-tooltip-text : hover : after {
276276 opacity : 1 ;
277- transition : opacity 0.6 s ease-in-out ;
277+ transition : opacity 0.8 s linear ;
278278}
279279
280280.rce-mitem-tooltip [tooltip ]: hover : after {
281281 opacity : 1 ;
282- transition : opacity 0.8s ease-in-out ;
282+ transition : opacity 0.8s linear 0.1 s ;
283283}
284284
285285.rce-mitem-length {
You can’t perform that action at this time.
0 commit comments