Semantic-UI-Calendar
Semantic-UI-Calendar copied to clipboard
Header does not work inside a definition.table
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:
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