• Resolved XCTrails

    (@xctrails)


    I’m observing some CSS side effects from different WP themes. Twenty Sixteen causes a kind of border line to be rendered over the X close button in a leaflet popup (not on hover, though):

    with Twenty Ninteen, I get a border line below the zoom buttons:

    I haven’t yet figured out what is causing this, has anyone seen this before?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor hupe13

    (@hupe13)

    This I have in style.css of my child theme:

    a.leaflet-control-zoom-in { text-decoration: none ! Important ;}
    a.leaflet-control-zoom-out { text-decoration: none ! Important ;}
    a.leaflet-popup-close-button { text-decoration: none ! Important ;}
    Thread Starter XCTrails

    (@xctrails)

    Great, the first 2 work for the zoom button :-), but the strange line in the popup is something else, i.e. the text-decoration rule doesn’t affect anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Underline side effects from WP themes on buttons’ is closed to new replies.