Access Joomla 4 over a SSL
Go to /administrator/
The web authentication button has a SVG image before the text as per the HTML
<button type="button" class="btn btn-secondary btn-block mt-4 plg_system_webauthn_login_button" data-webauthn-form="form-login" data-webauthn-url="https://63ed3465f24a.ngrok.io/administrator/index.php?3d507c383e47b5c680acae0417c95fea=1" title="Web Authentication" id="plg_system_webauthn-Aw2edsB6Pl3z-uibrG6pn">
<img src="/media/plg_system_webauthn/images/webauthn-black.png" alt="Login without a password using the W3C Web Authentication (WebAuthn) standard in compatible browsers. You need to have already set up WebAuthn authentication in your user profile." class="icon" loading="lazy"> Web Authentication </button>
Safari on Mac
// @nikosdion
Labels |
Added:
?
|
While I have you dressed in your Batman costume, it also appears the text is a different size/font? to the Log in button?
Issue caused by this block of CSS: https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/templates/atum/scss/blocks/_login.scss#L38-L41
Remove it and the image shows correctly
Remove it and the image shows correctly
And breaks a million other things? It feels like a trap, looks like that change was 16 months ago :-)
Well as far as I can tell, there are no <img>
elements inside the .login
div, other than those used by WebAuthn, so removing it should be fine
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-09 20:53:44 |
Closed_By | ⇒ | N6REJ |
This is a CSS issue. I don't touch that, I will only make it worse. @C-Lodder may I please make the bat signal, kind sir?