vendor/assets/vis/timeline/component/css/item.css in vis-rails-1.0.2 vs vendor/assets/vis/timeline/component/css/item.css in vis-rails-2.0.0

- old
+ new

@@ -5,24 +5,19 @@ border-color: #97B0F8; border-width: 1px; background-color: #D5DDF6; display: inline-block; padding: 5px; - - /* TODO: enable css transitions - -webkit-transition: top .4s ease-in-out, bottom .4s ease-in-out; - transition: top .4s ease-in-out, bottom .4s ease-in-out; - /**/ } .vis.timeline .item.selected { border-color: #FFC200; background-color: #FFF785; z-index: 999; } -.vis.timeline.editable .item.selected { +.vis.timeline .editable .item.selected { cursor: move; } .vis.timeline .item.point.selected { background-color: #FFF785; @@ -68,14 +63,9 @@ padding: 0; position: absolute; width: 0; border-left-width: 1px; border-left-style: solid; - - /* TODO: enable css transitions - -webkit-transition: height .4s ease-in-out, top .4s ease-in-out; - transition: height .4s ease-in-out, top .4s ease-in-out; - /**/ } .vis.timeline .item .content { white-space: nowrap; overflow: hidden;