mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
8 lines
180 B
SCSS
8 lines
180 B
SCSS
.zotero-text-link {
|
|
-moz-user-focus: normal;
|
|
color: LinkText;
|
|
text-decoration: underline;
|
|
border: var(--material-border-transparent);
|
|
cursor: pointer;
|
|
@include focus-ring;
|
|
}
|