Fixing some styling issues.
This commit is contained in:
parent
2276944f36
commit
a8fab0cd02
|
@ -92,7 +92,7 @@
|
|||
<li on:click={() => addToText(helper.text)}>
|
||||
<div>
|
||||
<Label extraSmall>{helper.displayText}</Label>
|
||||
{@html helper.description}
|
||||
<div class="helper-description">{@html helper.description}</div>
|
||||
</div>
|
||||
</li>
|
||||
{/each}
|
||||
|
@ -183,4 +183,16 @@
|
|||
color: var(--red);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
:global(.helper-description p) {
|
||||
color: var(--grey-7);
|
||||
}
|
||||
|
||||
:global(.helper-description p:hover) {
|
||||
color: var(--ink);
|
||||
}
|
||||
|
||||
:global(.helper-description p a) {
|
||||
color: var(--grey-7);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue