csslastpass

Hide Last Pass icon in input fields


If you have the Last Pass extension installed in chrome it displays a ... on the right side of certain input fields.

I was wondering: Is there a way to hide this with css?


Solution

  • You can also hide the icon by adding this attribute to the input element:

    data-lpignore="true"