zotero/scss/components/_textLink.scss

8 lines
161 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: 1px solid transparent;
cursor: pointer;
}