Changes for page Home
Last modified by Benjamin Fischer on 2025/06/04 14:20
From version 72.86
edited by Benjamin Fischer
on 2024/11/07 15:25
on 2024/11/07 15:25
Change comment:
There is no comment for this version
To version 72.83
edited by Benjamin Fischer
on 2024/11/07 15:17
on 2024/11/07 15:17
Change comment:
There is no comment for this version
Summary
-
Objects (2 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -77,8 +77,6 @@ 77 77 e.style.height = `${100 * d}%`; 78 78 if (v.color) e.style.borderColor = e.style.backgroundColor = v.color; 79 79 if (v.textColor) e.style.color = v.textColor; 80 - if (v.start.isBefore(ms)) e.classList.add("fc-cut-start"); 81 - if (me.isBefore(v.end)) e.classList.add("fc-cut-end"); 82 82 oc.push(e); 83 83 // TODO: soft-columns 84 84 }
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -23,9 +23,6 @@ 23 23 tr:nth-child(4n+5) > * { 24 24 border-top: 1px solid #bbb; 25 25 } 26 - tr:hover > * { 27 - border-bottom: 1px solid black; 28 - } 29 29 td.fc-mainVal { 30 30 position: relative; 31 31 & > div { ... ... @@ -34,14 +34,6 @@ 34 34 width: 100%; 35 35 overflow: hidden; 36 36 border-radius: 4px; 37 - &.fc-cut-start { 38 - border-top-left-radius: 0px; 39 - border-top-right-radius: 0px; 40 - } 41 - &.fc-cut-end { 42 - border-bottom-left-radius: 0px; 43 - border-bottom-right-radius: 0px; 44 - } 45 45 &:hover { 46 46 width: auto; 47 47 max-width: 10vw;