no weight, no color for index item in text #1243

This commit is contained in:
2022-05-13 16:53:08 +02:00
parent b1424982f5
commit 044be64157
2 changed files with 16 additions and 24 deletions
+15 -23
View File
@@ -681,19 +681,6 @@ section[role="main-content"]{
>h1{ >h1{
@include teititle1blue; @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; h1{ font-size: 1.512em;
@@ -708,21 +695,26 @@ section[role="main-content"]{
span.persName, span.persName,
span.placeName, span.placeName,
span.objectName{ span.objectName{
font-weight: 600; font-weight: 500;
} }
span.mdi.index-item-icon{
font-size: 0.630em;
vertical-align: super;
}
a{ a{
font-weight: 600; font-weight: 500;
&.active-link{ &.active-link{
color: $rouge; // color: $rouge;
// text-decoration: underline; // text-decoration: underline;
line-height: $base-line/2; // line-height: $base-line/2;
}
sup.mdi{
font-size: 0.630em;
vertical-align: super;
// line-height: 0.1;
padding: 0 0.2em;
} }
// sup.mdi{
// font-size: 0.630em;
// vertical-align: super;
// // line-height: 0.1;
// padding: 0 0.2em;
// }
} }
} }
+1 -1
View File
@@ -149,7 +149,7 @@ export default {
` v-touch:tap.prevent="onTapLink"` + ` v-touch:tap.prevent="onTapLink"` +
` v-touch-class="'tapped'"` + ` v-touch-class="'tapped'"` +
`>${linkparts[4]}` + `>${linkparts[4]}` +
`<sup class="mdi mdi-message-text-outline" />` + // `<sup class="mdi mdi-message-text-outline" />` +
`</a>` `</a>`
// console.log('newlink', newlink) // console.log('newlink', newlink)
this.teiparsed = this.teiparsed.replace(links[i], newlink) this.teiparsed = this.teiparsed.replace(links[i], newlink)