Arrows show even when disabled

Created on 28 March 2025, 14 days ago

Problem/Motivation

When using the glightbox class for inline modal content, the arrow opacity of 0.1 still shows up on a white background.

Proposed resolution

In the library code, set opacity to 0 or display:none.

.gclose.disabled, .gnext.disabled, .gprev.disabled {
    opacity: .1;
}

But, as this is the library problem and not a module problem, let me know if this should instead be posted to github.

πŸ› Bug report
Status

Active

Version

1.0

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024