Use autoprefixer for cross-browser CSS compatibility (close #7739)

This commit is contained in:
Quincy Morgan
2020-06-25 16:23:06 -04:00
parent 0c8cdcb6e3
commit 6fa7bfc067
6 changed files with 12 additions and 83 deletions
-2
View File
@@ -256,9 +256,7 @@ text.pointlabel {
font-size: 12px;
font-weight: bold;
fill: #333;
-webkit-transition: opacity 100ms linear;
transition: opacity 100ms linear;
-moz-transition: opacity 100ms linear;
}
/* Opera doesn't support dominant-baseline. See #715 */