Browse Source

Fixed #1554: wrong cursor on readonly range items

codeClimate
jos 8 years ago
parent
commit
27c75df0f6
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      HISTORY.md
  2. +5
    -0
      lib/timeline/component/css/item.css

+ 1
- 0
HISTORY.md View File

@ -8,6 +8,7 @@ http://visjs.org
- Fixed #1527: error when creating/updating a Timeline without data.
- Fixed #1127: `doubleClick` event not being fired.
- Fixed #1554: wrong cursor on readonly range items.
### Network

+ 5
- 0
lib/timeline/component/css/item.css View File

@ -123,3 +123,8 @@
cursor: e-resize;
}
.vis-range.vis-item.vis-readonly .vis-drag-left,
.vis-range.vis-item.vis-readonly .vis-drag-right {
cursor: auto;
}

Loading…
Cancel
Save