zotero/scss/components/_textLink.scss
Dan Stillman d2a01d02f8 Move zotero-text-link margin reset to base _textLink.scss
Not sure why this was only in preferences.scss
2026-04-01 14:53:46 -04:00

8 lines
147 B
SCSS

.zotero-text-link {
-moz-user-focus: normal;
color: LinkText;
text-decoration: underline;
cursor: pointer;
margin: 0;
@include focus-ring;
}