zotero/scss/components/_textLink.scss

8 lines
174 B
SCSS
Raw Normal View History

2022-05-27 12:56:13 -06:00
.zotero-text-link {
-moz-user-focus: normal;
color: -moz-nativehyperlinktext;
text-decoration: underline;
border: var(--material-border-transparent);
2022-05-27 12:56:13 -06:00
cursor: pointer;
}