1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00

fix link styles

This commit is contained in:
Andrew Simachev 2025-04-18 13:32:28 +02:00
parent 2c49f157b6
commit eb851944c0
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
3 changed files with 7 additions and 7 deletions

2
dist/js/export.js vendored
View file

@ -1,6 +1,6 @@
document.body.onload = function () {
$(function () {
var link = $('markuplink, a');
var link = $('a');
var block = $('.block');
var bookmark = $('.block.blockBookmark .inner');

View file

@ -6,7 +6,7 @@ smile {
smile * { display: inline; vertical-align: middle; }
smile .loaderWrapper { display: inline-block; }
a.markuplink { color: inherit; text-decoration: none; }
.markuplink { color: inherit; text-decoration: none; }
markupcode { display: inline; font-family: 'Plex'; border-radius: 4px; background: var(--color-shape-secondary); padding: 1px 4px; }
@ -16,10 +16,10 @@ markupemoji {
smile img { vertical-align: top; }
}
markuplink, markupobject {
.markuplink, markupobject {
position: relative; color: inherit; text-decoration: none; border-bottom: 0.075em solid; transition: border-color $transitionCommon; cursor: default;
}
markuplink.disabled, markupobject.disabled { border-width: 0px; }
.markuplink.disabled, markupobject.disabled { border-width: 0px; }
markupmention { display: inline; user-select: all !important; position: relative; cursor: default; }
markupmention * { user-select: text !important; }

View file

@ -133,7 +133,7 @@
name { font-weight: inherit; }
}
markupbold { font-weight: 700; }
markuplink, markupobject { font-weight: inherit; }
a.markuplink, markupobject { font-weight: inherit; }
}
/* Header2 */
@ -145,7 +145,7 @@
name { font-weight: inherit; }
}
markupbold { font-weight: 700; }
markuplink, markupobject { font-weight: inherit; }
.markuplink, markupobject { font-weight: inherit; }
}
/* Header3 */
@ -157,7 +157,7 @@
name { font-weight: inherit; }
}
markupbold { font-weight: 700; }
markuplink, markupobject { font-weight: inherit; }
.markuplink, markupobject { font-weight: inherit; }
}
/* Quote */