stable
Clone or download
Read-only
part of story #21791 see Programs & Teams in sidebar Sidebar expand/collapse element was an icon <i> element, but for accessibility it is better to use a regular <button> element. I also changed the javascript parts so that they are bound on [data-attributes] rather than CSS classes. It allows to better distinguish which attribute is used for what. Change-Id: I9b6887e2268e5f0fda4b4a68e8dd10806308250f
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +5 | −2 | Go to diff View file |
M | src/scripts/BurningParrot/src/sidebar.ts | +1 | −1 | Go to diff View file |
M | src/scripts/FlamingParrot/sidebar.js | +1 | −12 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/sidebar/_sidebar-project.scss | +19 | −26 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/sidebar/_sidebar.scss | +8 | −2 | Go to diff View file |
M | src/themes/BurningParrot/templates/project-sidebar.mustache | +7 | −5 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_sidebar.scss | +34 | −16 | Go to diff View file |
M | src/themes/FlamingParrot/templates/project-sidebar.mustache | +5 | −1 | Go to diff View file |