Skip to content

input field/ action icons do not behave correctly with icon fonts #1836

Closed
@nerdoc

Description

@nerdoc

I think there are three issues with the list-group-item-actions.

  1. if you have more than one icons, even svgs like in your preview, the link underline is visisble a bit, beween the icons:
    grafik

you can test that on https://tabler.io/preview, right side, you have the actions in the list items, just open the browser's inspector and copy/paste another a.list-group-item-actions.

  1. Another thing is that you are using svg icons in your preview. I don't want to use svg icons, but webfonts, as I use Django with no Js frontend. This looks terrible, as the underline is drawn here in full beauty:

grafik

I am using this code here: <i class="ti ti-{{ icon }} fs-2"></i>

I think in css there is missing something like a

a.list-group-item-actions:hover {
  text-decoration:none;
}
  1. BTW - is the name "list-group-item-actions" a good one? wouldn't that sound better as list-group-item-action - because it is one, the plural form I would suspect to be as a class of a parent div. But changing this would be backwards incompatible - BUT: you are not 1.0.0 yet. it's beta20.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions