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

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TaoStyle created an issue. See original summary.

TaoStyle’s picture

Working on this for Nashville 2018.

matias’s picture

Working on this as part of the sprint on DrupalCon Nashville 2018.

seeallie’s picture

Adding a patch for this, along with @matias, @TaoStyle, and @susannecoates. Especial thanks to @chrisdarke, at DrupalCon Nashville2018

susannecoates’s picture

Tested, working in Drupal 8.6.1-dev. Before and after screenshots attached:
before
After

seeallie’s picture

Status: Active » Needs review
Mukeysh’s picture

Patch applied successfully and this is working as mentioned above. Attaching screenshot for ref.
footer-link

Mukeysh’s picture

Status: Needs review » Reviewed & tested by the community

  • lauriii committed 6620967 on 8.6.x
    Issue #2960797 by seeallie, susannecoates, TaoStyle, matias, ChrisDarke...

  • lauriii committed 6db0869 on 8.5.x
    Issue #2960797 by seeallie, susannecoates, TaoStyle, matias, ChrisDarke...

lauriii’s picture

Status: Reviewed & tested by the community » Fixed

Committed 6620967 and pushed to 8.6.x. Also cherry picked 6db0869 and pushed to 8.5.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.