Bug 2152268
| Summary: | [CSS] Add underline to row when hovering for easier reading | ||
|---|---|---|---|
| Product: | [Community] Copr | Reporter: | Justin Zobel <justin.zobel> |
| Component: | frontend | Assignee: | Copr Team <copr-team> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | jkadlcik, praiskup |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-01-08 22:53:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Hello Justin, this is a very good idea. I submitted https://github.com/fedora-copr/copr/pull/2432 However, these settings seemingly did nothing, so I omitted them from the PR. border-bottom: 1px solid #d28700; border-collapse: collapse; Were they important for other browsers or something that I didn't try? As long as it worked in your testing, that's fine, thanks for the PR! |
tr:hover td { border-bottom: 1px solid #d28700; border-collapse: collapse; background-color: #e3e3e3; } This CSS works well, obviously change colour to a Feodra/Copr blue colour. Aids in visibility when reading a line.