oma-wc / oma

a framework independent web components library
Other
2 stars 0 forks source link

Social media links part #33

Closed ehannes closed 3 years ago

ehannes commented 3 years ago

Adds part attribute to social-media-link so that we can style the anchor tag from outside the Shadow DOM, for instance

social-media-link::part(link) {
  text-decoration: none;
}