Remove needless transitions

This commit is contained in:
Piro / YUKI Hiroshi 2016-02-19 00:01:56 +09:00
parent 409103c9ba
commit fd29a0de80

View File

@ -673,15 +673,11 @@ window[chromehidden~="toolbar"]
-moz-transition: margin-left 0.2s ease-out, -moz-transition: margin-left 0.2s ease-out,
margin-top 0.2s ease-out, margin-top 0.2s ease-out,
max-height 0.2s ease-out, max-height 0.2s ease-out,
max-width 0.2s ease-out, max-width 0.2s ease-out;
height 0.2s ease-out,
width 0.2s ease-out;
transition: margin-left 0.2s ease-out, transition: margin-left 0.2s ease-out,
margin-top 0.2s ease-out, margin-top 0.2s ease-out,
max-height 0.2s ease-out, max-height 0.2s ease-out,
max-width 0.2s ease-out, max-width 0.2s ease-out;
height 0.2s ease-out,
width 0.2s ease-out;
} }
#treestyletab-full-tree-tooltip > arrowscrollbox { #treestyletab-full-tree-tooltip > arrowscrollbox {