@geoffcox/sterling-svelte-themes
Version:
A modern theme for the sterling-svelte component library.
14 lines (12 loc) • 355 B
CSS
.sterling-link.text-underline.ghost,
.sterling-link.text-underline.ghost:visited {
border-bottom-color: transparent;
border-bottom-width: 0;
text-decoration: none;
}
.sterling-link.text-underline.ghost:hover,
.sterling-link.text-underline.ghost:active {
border-bottom-color: transparent;
border-bottom-width: 0;
text-decoration: underline;
}