Skip to content

Commit

Permalink
[IMP] web_timeline: Update vis-timeline-graph2d lib: 7.7.0 -> 7.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-lopez-tecnativa committed Oct 23, 2024
1 parent 03bf845 commit 4f75d9f
Show file tree
Hide file tree
Showing 2 changed files with 46,182 additions and 49,068 deletions.
204 changes: 102 additions & 102 deletions web_timeline/static/lib/vis-timeline/vis-timeline-graph2d.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,6 @@
width: auto;
}

.vis-current-time {
background-color: #FF7F6E;
width: 2px;
z-index: 1;
pointer-events: none;
}

.vis-rolling-mode-btn {
height: 40px;
width: 40px;
position: absolute;
top: 7px;
right: 20px;
border-radius: 50%;
font-size: 28px;
cursor: pointer;
opacity: 0.8;
color: white;
font-weight: bold;
text-align: center;
background: #3876c2;
}
.vis-rolling-mode-btn:before {
content: "\26F6";
}

.vis-rolling-mode-btn:hover {
opacity: 1;
}
.vis-timeline {
/*
-webkit-transition: height .4s ease-in-out;
Expand Down Expand Up @@ -255,6 +226,35 @@
stroke: none;
}

.vis-current-time {
background-color: #FF7F6E;
width: 2px;
z-index: 1;
pointer-events: none;
}

.vis-rolling-mode-btn {
height: 40px;
width: 40px;
position: absolute;
top: 7px;
right: 20px;
border-radius: 50%;
font-size: 28px;
cursor: pointer;
opacity: 0.8;
color: white;
font-weight: bold;
text-align: center;
background: #3876c2;
}
.vis-rolling-mode-btn:before {
content: "\26F6";
}

.vis-rolling-mode-btn:hover {
opacity: 1;
}

.vis-timeline {
position: relative;
Expand All @@ -272,23 +272,6 @@
top: 0;
left: 0;
}
.vis-custom-time {
background-color: #6E94FF;
width: 2px;
cursor: move;
z-index: 1;
}

.vis-custom-time > .vis-custom-time-marker {
background-color: inherit;
color: white;
font-size: 12px;
white-space: nowrap;
padding: 3px 5px;
top: 0px;
cursor: initial;
z-index: inherit;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
position: absolute;
Expand Down Expand Up @@ -392,51 +375,24 @@
white-space: nowrap;
display: inline-block
}

.vis-labelset {
position: relative;

overflow: hidden;

box-sizing: border-box;
}

.vis-labelset .vis-label {
position: relative;
left: 0;
top: 0;
width: 100%;
color: #4d4d4d;

box-sizing: border-box;
}

.vis-labelset .vis-label {
border-bottom: 1px solid #bfbfbf;
}

.vis-labelset .vis-label.draggable {
cursor: pointer;
}

.vis-group-is-dragging {
background: rgba(0, 0, 0, .1);
}

.vis-labelset .vis-label:last-child {
border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
display: inline-block;
padding: 5px;
.vis-custom-time {
background-color: #6E94FF;
width: 2px;
cursor: move;
z-index: 1;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
padding: 0;
.vis-custom-time > .vis-custom-time-marker {
background-color: inherit;
color: white;
font-size: 12px;
white-space: nowrap;
padding: 3px 5px;
top: 0px;
cursor: initial;
z-index: inherit;
}


.vis-itemset {
position: relative;
padding: 0;
Expand Down Expand Up @@ -672,6 +628,50 @@
}


.vis-labelset {
position: relative;

overflow: hidden;

box-sizing: border-box;
}

.vis-labelset .vis-label {
position: relative;
left: 0;
top: 0;
width: 100%;
color: #4d4d4d;

box-sizing: border-box;
}

.vis-labelset .vis-label {
border-bottom: 1px solid #bfbfbf;
}

.vis-labelset .vis-label.draggable {
cursor: pointer;
}

.vis-group-is-dragging {
background: rgba(0, 0, 0, .1);
}

.vis-labelset .vis-label:last-child {
border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
display: inline-block;
padding: 5px;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
padding: 0;
}


.vis-item {
position: absolute;
color: #1A1A1A;
Expand Down Expand Up @@ -889,6 +889,21 @@
border-style: solid;
border-radius: 4px;
}
.vis .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

/* Must be displayed above for example selected Timeline items */
z-index: 10;
}

.vis-active {
box-shadow: 0 0 10px #86d5f8;
}

div.vis-configuration {
position:relative;
display:block;
Expand Down Expand Up @@ -1177,21 +1192,6 @@ input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
border-width: 12px;
margin-top: -12px;
}
.vis .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

/* Must be displayed above for example selected Timeline items */
z-index: 10;
}

.vis-active {
box-shadow: 0 0 10px #86d5f8;
}

div.vis-tooltip {
position: absolute;
visibility: hidden;
Expand Down
Loading

0 comments on commit 4f75d9f

Please sign in to comment.