Opened 11 years ago
Closed 11 years ago
#25403 closed defect (bug) (fixed)
Saner CSS for row actions
Reported by: | helen | Owned by: | helen |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
It is really dumb that we do this:
.row-actions { visibility: hidden; padding: 2px 0 0; } .mobile .row-actions { visibility: visible; } tr:hover .row-actions, div.comment-item:hover .row-actions { visibility: visible; } .row-actions-visible { padding: 2px 0 0; }
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 25592: