Modify ↓
#13743 closed defect (fixed)
Remove text-decoration: underline
| Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Component: | TracWorkflowAdminPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.2 |
Description (last modified by )
I have:
set_resolution = closed -> closed set_resolution.name = set resolution
The underscores are difficult to differentiate due to text-decoration: underline.
Could the style be removed?
-
tracworkflowadmin/htdocs/css/tracworkflowadmin.css
48 48 #elements .editable select { display: none } 49 49 #elements .editable span { 50 50 padding: 0 4px 0 4px; 51 text-decoration: underline;52 51 } 53 52 #elements th { 54 53 border-style: solid;
Attachments (2)
Change History (7)
Changed 6 years ago by
| Attachment: | Screen Shot 2020-01-30 at 17.32.40.jpg added |
|---|
Changed 6 years ago by
| Attachment: | Screen Shot 2020-01-30 at 17.33.13.jpg added |
|---|
comment:1 Changed 6 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 6 years ago by
| Trac Release: | → 1.2 |
|---|
comment:3 Changed 6 years ago by
| Summary: | Remove text-decoration: underline? → Remove text-decoration: underline |
|---|
comment:4 Changed 6 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:5 Changed 6 years ago by
That makes sense. Also, the cells appear obviously editable even without the decoration.
Note: See
TracTickets for help on using
tickets.





In 17670: