Patch #21434
closedAdditional CSS class for version status
0%
Description
The version status (open, locked, closed) isn't accessible for theme designers. Neither in Roadmap view nor in Version details view.
This patch adds another CSS class after #19341 in Roadmap view.
Plus it adds the new CSS classes from #19341 and the ones introduced here also in Version details view.
It can be discussed where to place the CSS classes. I put it on <div id="#roadmap">
but I believe it could also be nice to have them available when styling the <h2>
heading... More opinions?
Files
Related issues
Updated by Tobias Fischer almost 9 years ago
Just for the record: New CSS classes are:
version-status-open
for open versionsversion-status-locked
for locked versionsversion-status-closed
for closed versions
This information is more useful than "completed/incompleted" from #19341 when trying to add another version icon for locked versions.
Updated by Jean-Philippe Lang almost 9 years ago
Tobias Fischer wrote:
but I believe it could also be nice to have them available when styling the <h2> heading
Sure, can you update your patch?
Updated by Tobias Fischer almost 9 years ago
Jean-Philippe Lang wrote:
Yes. However, I wasn't sure where to add those classes:Sure, can you update your patch?
- I assume
<body>
isn't appropriate as we normally don't have such classes there. - I thought about an
<article>
tag around the whole content inapp/views/versions/show.html.erb
to match the behaviour from patch #19341 - or to add those classes to the
<div id="content">
wrapper (which seems to be uncommon as well, right?)
Any suggestions?
Updated by Toshi MARUYAMA almost 9 years ago
- Related to Defect #21433: "version-completed" class is never set when version has no due date added
Updated by Tobias Fischer almost 9 years ago
Any chance to get this in 3.3 together with #21433 and all the other UI/CSS improvements?
The current patch would be okay.
However, if someone answers my question from comment 3 I'm going to update the patch 002 asap.
Updated by Jean-Philippe Lang almost 9 years ago
- Assignee set to Jean-Philippe Lang
- Target version set to 3.3.0
I thought about an <article> tag around the whole content in app/views/versions/show.html.erb to match the behaviour from patch #19341
That sounds reasonable.
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed