Commit Graph

4 Commits

Author SHA1 Message Date
Houzéfa Abbasbhay
98bc9851e6 [IMP] web_timeline: Overflow text, add hover colors
When an item label does not fit in its date-range box, overflow
according to
https://visjs.github.io/vis-timeline/examples/timeline/items/rangeOverflowItem.html

Previous CSS code was already trying to do that, but was selecting
`.vis-item.vis-item-content` instead of `.vis-item .vis-item-content`.

Displaying overflow text brings up layout issues solved by removing the
forced-100% width instruction.

This change also adds highlight when hovering a box, which is useful on
text that has overflown (as it has no borders).
2024-04-04 09:41:03 +02:00
Alexandre Díaz
d661b46702 [IMP] web_timeline: CSS vis items 2023-03-01 15:51:01 +01:00
Alexandre Díaz
54706cb673 [MIG] web_timeline: Finish migration to 13.0 2023-03-01 15:51:01 +01:00
Thong Nguyen Van
18267a7cc2 [MIG] web_timeline: Migration to 13.0 2023-03-01 15:51:01 +01:00