Project

General

Profile

Feature #43678 » 0004-Disable-experimental-RTL-support-for-Gantt-chart-for.patch

Go MAEDA, 2026-01-25 06:08

View differences:

app/assets/stylesheets/gantt.css
262 262
.project-overdue a {
263 263
  color: var(--oc-red-8);
264 264
}
265

  
266
 /***** RTL support *****
267
 * For now, force LTR rendering even in RTL locales.
268
 * Remove these rules to enable experimental RTL support.
269
 * Note that some features such as issue relation arrows, the progress line,
270
 * and column resizing don't work properly yet.
271
 */
272
table.gantt-table { direction: ltr; }
273
span.expander svg.icon-svg.icon-rtl { transform: none; }
274
[dir="rtl"] :is(.marker, .task.parent.marker) { background-position: left; }
(5-5/5)