|
28 | 28 | .monaco-action-bar .action-item { |
29 | 29 | cursor: pointer; |
30 | 30 | display: inline-block; |
31 | | - -ms-transition: -ms-transform 50ms ease; |
32 | | - -webkit-transition: -webkit-transform 50ms ease; |
33 | | - -moz-transition: -moz-transform 50ms ease; |
34 | | - -o-transition: -o-transform 50ms ease; |
35 | 31 | transition: transform 50ms ease; |
36 | 32 | position: relative; /* DO NOT REMOVE - this is the key to preventing the ghosting icon bug in Chrome 42 */ |
37 | 33 | } |
|
41 | 37 | } |
42 | 38 |
|
43 | 39 | .monaco-action-bar.animated .action-item.active { |
44 | | - -ms-transform: scale(1.272019649, 1.272019649); /* 1.272019649 = √φ */ |
45 | | - -webkit-transform: scale(1.272019649, 1.272019649); |
46 | | - -moz-transform: scale(1.272019649, 1.272019649); |
47 | | - -o-transform: scale(1.272019649, 1.272019649); |
48 | | - transform: scale(1.272019649, 1.272019649); |
| 40 | + transform: scale(1.272019649, 1.272019649); /* 1.272019649 = √φ */ |
49 | 41 | } |
50 | 42 |
|
51 | 43 | .monaco-action-bar .action-item .icon { |
|
87 | 79 | } |
88 | 80 |
|
89 | 81 | .monaco-action-bar.animated.vertical .action-item.active { |
90 | | - -ms-transform: translate(5px, 0); |
91 | | - -webkit-transform: translate(5px, 0); |
92 | | - -moz-transform: translate(5px, 0); |
93 | | - -o-transform: translate(5px, 0); |
94 | 82 | transform: translate(5px, 0); |
95 | 83 | } |
96 | 84 |
|
|
0 commit comments