Semantic-Org/UI-List

Clickable button in selection list where item = disabled?

Cuel opened this issue · 0 comments

Cuel commented
  .ui.selection.list
    .item.disabled
      .ui.middle.aligned.mini.button.icon
         i.ui.red.remove.user.icon.link
      .content 

Since the .item div has class disabled it seems that no button inside are clickable.
Is there a way to circumvent this? I can understand why it's the expected behaviour

Changing pointer-events for the child button will enable it for the .item