Commit 0e1f29fe authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '196831-secure-configuration-feature-text-color' into 'master'

Apply darker color to headers and scan names

See merge request gitlab-org/gitlab!23104
parents 370c15a5 9f73299a
......@@ -94,7 +94,10 @@ export default {
v-html="calloutContent"
></section>
<section ref="featuresTable" class="mt-0">
<div class="gl-responsive-table-row table-row-header text-2 font-weight-bold px-2" role="row">
<div
class="gl-responsive-table-row table-row-header text-2 font-weight-bold px-2 gl-text-gray-900"
role="row"
>
<div class="table-section section-80">
{{ s__('SecurityConfiguration|Secure features') }}
</div>
......@@ -113,7 +116,7 @@ export default {
</div>
<div class="table-mobile-content">
<div class="d-flex align-items-center justify-content-end justify-content-md-start">
<div class="text-2">
<div class="text-2 gl-text-gray-900">
{{ feature.name }}
</div>
<gl-link
......
---
title: Apply darker color to column headers and scan names in secure features configuration
merge_request: 23104
author:
type: changed
......@@ -5,7 +5,7 @@ exports[`Security Configuration App features table displays a given feature 1`]
class="mt-0"
>
<div
class="gl-responsive-table-row table-row-header text-2 font-weight-bold px-2"
class="gl-responsive-table-row table-row-header text-2 font-weight-bold px-2 gl-text-gray-900"
role="row"
>
<div
......@@ -48,7 +48,7 @@ exports[`Security Configuration App features table displays a given feature 1`]
class="d-flex align-items-center justify-content-end justify-content-md-start"
>
<div
class="text-2"
class="text-2 gl-text-gray-900"
>
name-feature-0
......
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