mirror of
https://github.com/zotero/zotero.git
synced 2026-09-08 22:21:04 +00:00
8 lines
147 B
SCSS
8 lines
147 B
SCSS
.zotero-text-link {
|
|
-moz-user-focus: normal;
|
|
color: LinkText;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
@include focus-ring;
|
|
}
|