Semantic-UI-Calendar icon indicating copy to clipboard operation
Semantic-UI-Calendar copied to clipboard

Header does not work inside a definition.table

Open bterkuile opened this issue 8 years ago • 1 comments

Inside a definition table the calendar header becomes inactive. My current workaround is:

// This fixes the issue of ember-semantic-ui-calendar not functioning inside a definition table
.ui.definition.table .ui.calendar th:first-child
  color: rgba(0,0,0,.87)
  pointer-events: all

hope this helps! :smile:

bterkuile avatar Aug 18 '17 09:08 bterkuile

Since the calendar has been merged into https://github.com/fomantic/Fomantic-UI, it was fixed by https://github.com/fomantic/Fomantic-UI/pull/604

lubber-de avatar Apr 18 '19 20:04 lubber-de