stable

Clone or download

Read-only

Roadmap widget design pass

Part of story #19734 have a Roadmap widget on dashboard * Today bar is now on top of progress bars * Selects in the header are now small ones * Remove headers radiuses * Remove last row bottom border * Remove underline on item shortname on hover * Update header shadow so the shadow darken the bar when the bar is below * Add a right white border on year cells * Increase side margins for percentages * Use default cursor where needed (percentage values, timeperiod cells) * Right align labels in popovers Change-Id: Ie889086c56e734925e0e7d9837e7aa1ef0f5bf86

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/DependencyNatureControl.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/ScrollingArea.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/DependencyArrow.test.ts +21 −21 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/TimePeriod/TimePeriodControl.vue +1 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/path.test.ts +10 −10 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/path.ts +4 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/styles.ts +2 −2 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/svg-arrow-path.test.ts +6 −6 Go to diff View file
M plugins/roadmap/themes/_gantt-header.scss +14 −11 Go to diff View file
M plugins/roadmap/themes/_popover.scss +2 −1 Go to diff View file
M plugins/roadmap/themes/_roadmap-variables.scss +2 −1 Go to diff View file
M plugins/roadmap/themes/_task.scss +2 −1 Go to diff View file
M plugins/roadmap/themes/_timeperiod.scss +5 −0 Go to diff View file
M plugins/roadmap/themes/_today.scss +1 −0 Go to diff View file