Okay
  Public Ticket #1568075
Link hover effect error
Closed

Comments

  •  6
    minorkontor started the conversation

    When the link is longer than one line the underline hover effect of the links won't be shown on the second line. Any clue why?

    It works when I use the following code, but the text is shown divided:

    .post-formatting a, .widget.widget_media_gallery a {
    display: block;
    }

    Thank you

  •  1,559
    Laborator replied

    Hi there,

    You can use this CSS in that post only, it has a different style but at least it works:

    .post-formatting a:after {
        display: none;
    }
    .post-formatting a:hover {
        text-decoration: underline;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group