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.
2 parents 293fe92 + 6807adc commit ef9d2daCopy full SHA for ef9d2da
libcpychecker_html/style.css
@@ -353,7 +353,7 @@ var.leak {
353
/* Selection overrides */
354
.states li {
355
left: 0;
356
- transition-property: left background-color border-color;
+ transition-property: left, background-color, border-color;
357
}
358
.source tr
359
.states li h2 {
@@ -362,8 +362,8 @@ var.leak {
362
td .flow-dot,
363
.states li,
364
365
- -moz-transition-duration: 0.25s;
366
- -moz-transition-timing-function: ease-out;
+ transition-duration: 0.25s;
+ transition-timing-function: ease-out;
367
368
369
td.selected .flow-dot {
0 commit comments