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:
parent
2c49f157b6
commit
eb851944c0
3 changed files with 7 additions and 7 deletions
2
dist/js/export.js
vendored
2
dist/js/export.js
vendored
|
@ -1,6 +1,6 @@
|
|||
document.body.onload = function () {
|
||||
$(function () {
|
||||
var link = $('markuplink, a');
|
||||
var link = $('a');
|
||||
var block = $('.block');
|
||||
var bookmark = $('.block.blockBookmark .inner');
|
||||
|
||||
|
|
|
@ -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; }
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue