Skip to content

Commit 6807adc

Browse files
committed
fixes to the css: remove -moz-, add commas to transition-property
1 parent 2e156ea commit 6807adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcpychecker_html/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ var.leak {
353353
/* Selection overrides */
354354
.states li {
355355
left: 0;
356-
transition-property: left background-color border-color;
356+
transition-property: left, background-color, border-color;
357357
}
358358
.source tr
359359
.states li h2 {
@@ -362,8 +362,8 @@ var.leak {
362362
td .flow-dot,
363363
.states li,
364364
.states li h2 {
365-
-moz-transition-duration: 0.25s;
366-
-moz-transition-timing-function: ease-out;
365+
transition-duration: 0.25s;
366+
transition-timing-function: ease-out;
367367
}
368368

369369
td.selected .flow-dot {

0 commit comments

Comments
 (0)