UNPKG

@kano/web-components

Version:

Shared web-components for the Kano ecosystem.

10 lines (9 loc) 208 B
<dom-module id="part-style"> <template> <style> :host(.selected) { outline: 2px solid var(--color-orange); } </style> </template> </dom-module>