crosseye location

Created on 7 August 2024, 8 months ago

When you have the Login Popup module installed: https://www.drupal.org/project/login_popup
The location of the cross-eye is hidden under the password field.
Is there a way to force the location on the password field? see the screenshot attached.

💬 Support request
Status

Active

Version

6.0

Component

User interface

Created by

🇨🇦Canada Vako

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

Comments & Activities

  • Issue created by @Vako
  • 🇩🇪Germany anacolautti

    Hi Vako
    I enabled the Login popup (2.1.0) on a Drupal 10.3.1 site. Tested the login both with the dev and the 6.0.4 versions, in Edge, Safari, Firefox and Chrome, and I don"t see the issue you're describing.

    I noticed though, that the icon could be moved below the input field (like in your screenshot) if the <button class="shpwd">... has a display block instead of inline-block (which should be the default).

    This is what I see as styles for the button element:

    could you check if yours is also display-inline?

  • Status changed to Postponed: needs info 8 months ago
  • Status changed to Closed: cannot reproduce 5 months ago
  • 🇩🇪Germany anacolautti

    I'm closing this issue because of inactivity. Feel free to reopen it if needed.

  • 🇳🇱Netherlands finne Amsterdam

    I had the same issue, in Bootstrap 5.3.3 _form_control.scss there is a rule

    .form-control {
      display: block;
    }
    

    When I override this to inline-block it fixes the position.

Production build 0.71.5 2024