• Hi there,

    I have an issue with the next / prev buttons using a touch device.
    If you hover the “next / prev” Buttons in any gallery, it becomes lightgrey (css :hover color).
    If you use a mouse and leave that control, it becomes darkgrey again.
    But on touch devices the :hover formatting will stay as the :hover color:
    https://ibb.co/bQ5xMVv

    This make it look like the control is disabled (e.g. end of the gallery reached).

    Could you please fix this issue that the control becomes darkgrey / default nonhover again after touch?

    Kind regards,
    Kai

    • This topic was modified 3 years, 8 months ago by piloteye.
    • This topic was modified 3 years, 8 months ago by piloteye.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bradvin

    (@bradvin)

    hi @piloteye

    That should be quite easy to add to the next release.

    FYI @steveush

    Thread Starter piloteye

    (@piloteye)

    Hi @bradvin,

    that would be nice!
    I already tried to fix this with an additional custom CSS code..
    But I it failed for me because of of the “!important” option in:

    .fbx-light .fbx-close:hover, .fbx-light .fbx-fullscreen-toggle:hover, .fbx-light .fbx-next:hover, .fbx-light .fbx-pause:hover, .fbx-light .fbx-play:hover, .fbx-light .fbx-prev:hover, .fbx-light .fbx-social-toggle:hover, .fbx-metro.fbx-light .fbx-credit a:hover {
        color: #bababa !important;
    }
    Plugin Author bradvin

    (@bradvin)

    this was fixed in V2

    Hey @bradvin,

    sorry to say, but I have Version 2.0.24 installed and still the same issue.
    Tested with Mobile Safari iOS 14.3

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘next / prev buttons stay lightgrey (:hover color) after touch’ is closed to new replies.