mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

Header does not work inside a definition.table #102

Open bterkuile opened 7 years ago

bterkuile commented 7 years ago

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:

lubber-de commented 5 years ago

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