You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though .mzp-c-modal-close has cursor: pointer defined, the actual child button .mzp-c-modal-button-close itself is not setting it and since it's a ‹button› element it gets a good deal of browser styling defaults applied to it, overriding the pointer.
Description
Even though
.mzp-c-modal-close
has cursor: pointer defined, the actual child button.mzp-c-modal-button-close
itself is not setting it and since it's a ‹button› element it gets a good deal of browser styling defaults applied to it, overriding the pointer.Steps to reproduce
See https://protocol.mozilla.org/components/detail/modal or visit e.g. https://www.mozilla.org/firefox/all/ where the ‹?› help popus are modal instances.
Expected result
The "X" close button should have pointer cursor to reconfirm it's an active element.
Actual result
The parent has it defined, but the actual button is brutally overridden by UA defaults for button element, i.e. effectively no pointer.
Environment
macOS Catalina
FXDE 129b5, Chromium 127r1313161
The text was updated successfully, but these errors were encountered: