Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon font in link [BUG] #1824

Open
Vladzimir opened this issue Feb 10, 2024 · 1 comment
Open

Icon font in link [BUG] #1824

Vladzimir opened this issue Feb 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Vladzimir
Copy link

Vladzimir commented Feb 10, 2024

Browser

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0

OS

Windows 10

Screen size

1366x768

Describe the bug

When using the tabler-icons icon font in link

How to reproduce

Steps to reproduce the behaviour:
Include the tabler-icons icon font in your file
Add the following HTML:

<div class="input-group input-group-flat">
  <input type="password" class="form-control">
  <span class="input-group-text">
    <a href="#" class="link-secondary">
      <i class="icon ti ti-eye"></i>
    </a>
  </span>
</div>

An artifact appears on hover

Screenshots

Screenshot(113)

JSFiddle

No response

@Vladzimir Vladzimir added the bug Something isn't working label Feb 10, 2024
@nerdoc
Copy link

nerdoc commented May 18, 2024

This is the same bug as my one, #1836 - #1824 is older, but on #1836 is more generic information and discussion - @codecalm should mark one of the two as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants