-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
7.10.0, 7.10.1
-
7.1
-
1
-
Severity 3 - Minor
-
Summary
When going to a board in Jira 7.10.x and hovering over the X day remaining in the top right, the dates are not legible
Steps to Reproduce
- Create a board
- Hover over or click on X day remaining
Expected Results
You should be able to see the dates clearly
Actual Results
The font color for the dates is too dark so you are not able to see the dates
Workaround
Add the following snippet to the Announcement Banner
<style> .ghx-sprint-dates b{ color: #FFFFFF !important; } </style>
- mentioned in
-
Page Failed to load
[JSWSERVER-16669] Start Date & Projected End Date Not Visible
Minimum Version | New: 7.1 |
Remote Link | New: This issue links to "Page (Confluence)" [ 397497 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2853113 ] | New: JAC Bug Workflow v3 [ 2935220 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Symptom Severity | Original: Minor [ 14432 ] | New: Severity 3 - Minor [ 15832 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2706756 ] | New: JAC Bug Workflow v2 [ 2853113 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Awaiting Release [ 11372 ] | New: Resolved [ 5 ] |
Support reference count | New: 1 |
Description |
Original:
h3. Summary
When going to a board in Jira 7.10.x and hovering over the X day remaining in the top right, the dates are not legible h3. Steps to Reproduce # Create a board # Hover over or click on X day remaining h3. Expected Results You should be able to see the dates clearly h3. Actual Results The font color for the dates is too dark so you are not able to see the dates h3. Workaround Add the following snippet to the Announcement Banner {code} <style> .ghx-sprint-dates b{ color: white !important; } </style> {code} |
New:
h3. Summary
When going to a board in Jira 7.10.x and hovering over the X day remaining in the top right, the dates are not legible h3. Steps to Reproduce # Create a board # Hover over or click on X day remaining h3. Expected Results You should be able to see the dates clearly h3. Actual Results The font color for the dates is too dark so you are not able to see the dates h3. Workaround Add the following snippet to the Announcement Banner {code} <style> .ghx-sprint-dates b{ color: #FFFFFF !important; } </style> {code} |
Description |
Original:
h3. Summary
When going to a board in Jira 7.10.x and hovering over the X day remaining in the top right, the dates are not legible h3. Steps to Reproduce # Create a board # Hover over or click on X day remaining h3. Expected Results You should be able to see the dates clearly h3. Actual Results The font color for the dates is too dark so you are not able to see the dates |
New:
h3. Summary
When going to a board in Jira 7.10.x and hovering over the X day remaining in the top right, the dates are not legible h3. Steps to Reproduce # Create a board # Hover over or click on X day remaining h3. Expected Results You should be able to see the dates clearly h3. Actual Results The font color for the dates is too dark so you are not able to see the dates h3. Workaround Add the following snippet to the Announcement Banner {code} <style> .ghx-sprint-dates b{ color: white !important; } </style> {code} |
Fix Version/s | New: 7.11.0 [ 79902 ] |