euporie.core.comm.ipywidgets.FocusedStyle

class euporie.core.comm.ipywidgets.FocusedStyle(body: AnyContainer, style_focus: str | Callable[[], str] = 'class:focused', style_hover: str | Callable[[], str] = '')

Apply a style to child containers when focused or hovered.