DocumentationDynamic Media Viewers Reference Guide

Focus highlight

Last update: January 27, 2022
  • Topics:
  • Dynamic Media Classic,Viewers,SDK/API,Spin Sets

CREATED FOR:

  • Developer
  • User

Input focus highlight displayed around focused viewer UI element is controlled with the CSS class selector.

CSS properties

The appearance is controlled with the following CSS class selector:

.s7spinviewer *:focus
CSS propertyDescription
outlineFocus highlight style.

Example - To disable the default browser focus highlight for all viewer user interface elements, add the following CSS selector to viewer’s style sheet:

.s7spinviewer *:focus {
 outline: none;
}
recommendation-more-help
b7426f53-aad9-4c00-83fc-664f30f681e8