Feature #43678 » 0004-Disable-experimental-RTL-support-for-Gantt-chart-for.patch
| 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; }
|
|
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »