UNPKG
@kano/web-components
Version:
latest (3.0.0-beta.2)
3.0.0-beta.2
3.0.0-beta.1
Shared web-components for the Kano ecosystem.
kanocomputing.github.io/web-components
@kano/web-components
/
kano-style
/
part.html
10 lines
(9 loc)
•
208 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
dom-module
id
=
"part-style"
>
<
template
>
<
style
>
:host
(
.selected
) {
outline
:
2px
solid
var
(--color-orange); }
</
style
>
</
template
>
</
dom-module
>