Skip to content

Commit 39ef4af

Browse files
committed
Demos: Fix custom style tooltip demo
Fixes typo in 'transform' property, also removes unnecessary prefixes (based on our browser support and caniuse.com data). Fixes jquery/jqueryui.com#68
1 parent 898455e commit 39ef4af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

demos/tooltip/custom-style.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@
6666
height: 25px;
6767
box-shadow: 6px 5px 9px -9px black;
6868
-webkit-transform: rotate(45deg);
69-
-moz-transform: rotate(45deg);
7069
-ms-transform: rotate(45deg);
71-
-o-transform: rotate(45deg);
72-
tranform: rotate(45deg);
70+
transform: rotate(45deg);
7371
}
7472
.arrow.top:after {
7573
bottom: -20px;

0 commit comments

Comments
 (0)