Fixes metadata section tooltip not hiding when using description bellow.
This commit is contained in:
parent
9914ab33b7
commit
92ae74ff91
|
@ -490,7 +490,7 @@
|
||||||
|
|
||||||
<p
|
<p
|
||||||
v-if="metadataSection.description && (!hideHelpButtons && helpInfoBellowLabel)"
|
v-if="metadataSection.description && (!hideHelpButtons && helpInfoBellowLabel)"
|
||||||
class="metadatum-description-help-info">
|
class="metadata-section-description-help-info metadatum-description-help-info">
|
||||||
{{ metadataSection.description }}
|
{{ metadataSection.description }}
|
||||||
</p>
|
</p>
|
||||||
<template v-if="itemMetadata && Array.isArray(itemMetadata)">
|
<template v-if="itemMetadata && Array.isArray(itemMetadata)">
|
||||||
|
@ -1498,6 +1498,11 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.metadata-section-description-help-info {
|
||||||
|
margin: 0.25em 0 0 1.125rem;
|
||||||
|
}
|
||||||
|
|
||||||
.metadatum-description-help-info {
|
.metadatum-description-help-info {
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
color: var(--tainacan-info-color);
|
color: var(--tainacan-info-color);
|
||||||
|
|
Loading…
Reference in New Issue