Fixes metadata section tooltip not hiding when using description bellow.
This commit is contained in:
parent
9914ab33b7
commit
92ae74ff91
|
@ -490,7 +490,7 @@
|
|||
|
||||
<p
|
||||
v-if="metadataSection.description && (!hideHelpButtons && helpInfoBellowLabel)"
|
||||
class="metadatum-description-help-info">
|
||||
class="metadata-section-description-help-info metadatum-description-help-info">
|
||||
{{ metadataSection.description }}
|
||||
</p>
|
||||
<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 {
|
||||
font-size: 0.75em;
|
||||
color: var(--tainacan-info-color);
|
||||
|
|
Loading…
Reference in New Issue