zotero/scss/components/_textLink.scss

8 lines
174 B
SCSS
Raw Normal View History

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