1. The border of the CSS class *_cell_focus doesn't appear around events
2. The top border of the CSS class *_cell_focus doesn't appear around the cells located directly below the timeline
Answer posted by Dan Letecky [DayPilot] 5 years ago.
The way the focused element (cell/event) is highlighted is not final and it may change in the final release - that's why the Theme Designer doesn't include support for the keyboard focus yet.
The built-in theme includes the following CSS - you can copy that to your custom theme as a workaround (don't forget to change the selector names):
Ok, thank you. I added the CSS classes to my theme. It solved my first issue. The second issue still appears. It would be great if you can provide me a solution for it.
Comment posted by Dan Letecky [DayPilot] 5 years ago.
That might happen because you define custom CSS with border for that cell. You might need to add !important to the .scheduler_default_cell_focus {} styles from the above snippet.
That's why the CSS is not final yet - it interferes with the existing styles too much. In the final release, the highlight will most likely be moved to a special layer above events and cells so it doesn't change the cell/event appearance.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.