fix: Action title styling on the argument form
This commit is contained in:
parent
839d244e51
commit
9e7a397898
|
|
@ -4,17 +4,12 @@
|
||||||
<h2>
|
<h2>
|
||||||
<span class="section-title-with-icon">
|
<span class="section-title-with-icon">
|
||||||
Start action:
|
Start action:
|
||||||
<router-link
|
|
||||||
:to="`/action/${bindingId}`"
|
|
||||||
class="action-details-title-link"
|
|
||||||
>
|
|
||||||
<ActionIconGlyph
|
<ActionIconGlyph
|
||||||
v-if="icon"
|
v-if="icon"
|
||||||
class="action-title-icon"
|
class="action-title-icon"
|
||||||
:glyph="icon"
|
:glyph="icon"
|
||||||
/>
|
/>
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</router-link>
|
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -684,18 +679,6 @@ onUnmounted(() => {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-details-title-link {
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.5rem;
|
|
||||||
color: var(--link-color, #0066cc);
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.action-details-title-link:hover {
|
|
||||||
color: var(--link-hover-color, #004499);
|
|
||||||
}
|
|
||||||
|
|
||||||
form {
|
form {
|
||||||
grid-template-columns: max-content auto auto;
|
grid-template-columns: max-content auto auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue