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 { ...@@ -94,7 +94,10 @@ export default {
v-html="calloutContent" v-html="calloutContent"
></section> ></section>
<section ref="featuresTable" class="mt-0"> <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"> <div class="table-section section-80">
{{ s__('SecurityConfiguration|Secure features') }} {{ s__('SecurityConfiguration|Secure features') }}
</div> </div>
...@@ -113,7 +116,7 @@ export default { ...@@ -113,7 +116,7 @@ export default {
</div> </div>
<div class="table-mobile-content"> <div class="table-mobile-content">
<div class="d-flex align-items-center justify-content-end justify-content-md-start"> <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 }} {{ feature.name }}
</div> </div>
<gl-link <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`] ...@@ -5,7 +5,7 @@ exports[`Security Configuration App features table displays a given feature 1`]
class="mt-0" class="mt-0"
> >
<div <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" role="row"
> >
<div <div
...@@ -48,7 +48,7 @@ exports[`Security Configuration App features table displays a given feature 1`] ...@@ -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" class="d-flex align-items-center justify-content-end justify-content-md-start"
> >
<div <div
class="text-2" class="text-2 gl-text-gray-900"
> >
name-feature-0 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