Commit 0d2ac3d5 authored by David O'Regan's avatar David O'Regan

Merge branch 'pb-bold-font' into 'master'

Bold metricDetailsLabel in the performance bar

See merge request gitlab-org/gitlab!52417
parents 78695f11 079279f9
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
data-qa-selector="detailed_metric_content" data-qa-selector="detailed_metric_content"
> >
<gl-button v-gl-modal="modalId" class="gl-mr-2" type="button" variant="link"> <gl-button v-gl-modal="modalId" class="gl-mr-2" type="button" variant="link">
<span class="gl-text-blue-300">{{ metricDetailsLabel }}</span> <span class="gl-text-blue-300 gl-font-weight-bold">{{ metricDetailsLabel }}</span>
</gl-button> </gl-button>
<gl-modal :modal-id="modalId" :title="header" size="lg" footer-class="d-none" scrollable> <gl-modal :modal-id="modalId" :title="header" size="lg" footer-class="d-none" scrollable>
<table class="table"> <table class="table">
......
---
title: Bold metricDetailsLabel in the performance bar
merge_request: 52417
author: Yogi (@yo)
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment