Problem/Motivation
In the footer, the link "Find out more" covers the area of the parent div, this means any hover over the parent div activates the underline of the link. See included screenshot.
Proposed resolution
Modification to the css, current CSS is as follows:
.block-type-footer-promo-block .footer-promo-content a {
background-color: inherit;
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
}
Suggest removing "display:block".
Remaining tasks
Modify the CSS.
User interface changes
Modify the link to the target is only the text.
Original report by TaoStyle
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Screenshot from 2018-04-27 16-15-13.png | 28.38 KB | mukeysh |
| #5 | Screen Shot 2018-04-13 at 13.56.04.png | 434.76 KB | cytherion |
| #5 | Screen Shot 2018-04-13 at 14.02.18.png | 469.11 KB | cytherion |
| #4 | core-umami-footer-link-2960797-3-8.6.x.patch | 614 bytes | seeallie |
| Screen Shot 2018-04-13 at 12.53.43.png | 861.38 KB | TaoStyle |
Comments
Comment #2
TaoStyle commentedWorking on this for Nashville 2018.
Comment #3
matias commentedWorking on this as part of the sprint on DrupalCon Nashville 2018.
Comment #4
seeallie commentedAdding a patch for this, along with @matias, @TaoStyle, and @susannecoates. Especial thanks to @chrisdarke, at DrupalCon Nashville2018
Comment #5
cytherion commentedTested, working in Drupal 8.6.1-dev. Before and after screenshots attached:


Comment #6
seeallie commentedComment #7
mukeysh commentedPatch applied successfully and this is working as mentioned above. Attaching screenshot for ref.

Comment #8
mukeysh commentedComment #12
lauriiiCommitted 6620967 and pushed to 8.6.x. Also cherry picked 6db0869 and pushed to 8.5.x. Thanks!