Remove needless transitions
This commit is contained in:
parent
409103c9ba
commit
fd29a0de80
@ -673,15 +673,11 @@ window[chromehidden~="toolbar"]
|
||||
-moz-transition: margin-left 0.2s ease-out,
|
||||
margin-top 0.2s ease-out,
|
||||
max-height 0.2s ease-out,
|
||||
max-width 0.2s ease-out,
|
||||
height 0.2s ease-out,
|
||||
width 0.2s ease-out;
|
||||
max-width 0.2s ease-out;
|
||||
transition: margin-left 0.2s ease-out,
|
||||
margin-top 0.2s ease-out,
|
||||
max-height 0.2s ease-out,
|
||||
max-width 0.2s ease-out,
|
||||
height 0.2s ease-out,
|
||||
width 0.2s ease-out;
|
||||
max-width 0.2s ease-out;
|
||||
}
|
||||
|
||||
#treestyletab-full-tree-tooltip > arrowscrollbox {
|
||||
|
Loading…
x
Reference in New Issue
Block a user