From 044be64157e87b8f0422e47a2e92455dec0ddccb Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 13 May 2022 16:53:08 +0200 Subject: [PATCH] no weight, no color for index item in text #1243 --- assets/css/app.scss | 38 ++++++++++++------------------- src/components/Content/EdText.vue | 2 +- 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index f26c2fe..279f85c 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -681,19 +681,6 @@ section[role="main-content"]{ >h1{ @include teititle1blue; } - span.placeName, - span.objectName, - span.persName{ - font-weight: 500; - } - span.mdi.index-item-icon{ - font-size: 0.630em; - vertical-align: super; - } - - span.no-wrap{ - // white-space: nowrap; - } h1{ font-size: 1.512em; @@ -708,21 +695,26 @@ section[role="main-content"]{ span.persName, span.placeName, span.objectName{ - font-weight: 600; + font-weight: 500; } + span.mdi.index-item-icon{ + font-size: 0.630em; + vertical-align: super; + } + a{ - font-weight: 600; + font-weight: 500; &.active-link{ - color: $rouge; + // color: $rouge; // text-decoration: underline; - line-height: $base-line/2; - } - sup.mdi{ - font-size: 0.630em; - vertical-align: super; - // line-height: 0.1; - padding: 0 0.2em; + // line-height: $base-line/2; } + // sup.mdi{ + // font-size: 0.630em; + // vertical-align: super; + // // line-height: 0.1; + // padding: 0 0.2em; + // } } } diff --git a/src/components/Content/EdText.vue b/src/components/Content/EdText.vue index 55185e9..b72c4e0 100644 --- a/src/components/Content/EdText.vue +++ b/src/components/Content/EdText.vue @@ -149,7 +149,7 @@ export default { ` v-touch:tap.prevent="onTapLink"` + ` v-touch-class="'tapped'"` + `>${linkparts[4]}` + - `` + + // `` + `` // console.log('newlink', newlink) this.teiparsed = this.teiparsed.replace(links[i], newlink)