Skip to content
代码片段 群组 项目
未验证 提交 f0bd78df 编辑于 作者: Vanessa Otto's avatar Vanessa Otto 提交者: GitLab
浏览文件

Replace `.gl-text-transform-uppercase` with `.gl-uppercase`

上级 b54ce709
No related branches found
No related tags found
无相关合并请求
......@@ -64,7 +64,7 @@ export default {
<label v-if="idx === 0" v-gl-tooltip class="gl-mb-0" :title="$options.i18n.labelTooltip">{{
$options.i18n.label
}}</label>
<label v-else class="gl-mb-0 gl-text-transform-uppercase gl-w-11 gl-font-normal">{{
<label v-else class="gl-mb-0 gl-uppercase gl-w-11 gl-font-normal">{{
$options.i18n.andOperator
}}</label>
</template>
......
......@@ -37,11 +37,7 @@ export default {
<template>
<div class="gl-display-flex gl-gap-3 security-policies-bg-gray-10 gl-rounded-base gl-p-5">
<div v-if="showLabel" class="gl-min-w-7">
<label
data-testid="base-label"
for="content"
class="gl-text-transform-uppercase gl-font-lg gl-w-6 gl-pl-2"
>
<label data-testid="base-label" for="content" class="gl-uppercase gl-font-lg gl-w-6 gl-pl-2">
{{ ruleLabel }}
</label>
</div>
......
......@@ -280,7 +280,7 @@
= sprite_icon('clock', size: 16, css_class: 'gl-text-gray-700')
.gl-font-size-h1.gl-font-bold.gl-m-0.gl-ml-3{ data: { testid: 'initial_queue_size' } }
= @initial_queue_size
.gl-mt-3.gl-text-transform-uppercase
.gl-mt-3.gl-uppercase
= s_('GlobalSearch|Initial indexing queue length')
= render Pajamas::ButtonComponent.new(href: help_page_path('integration/advanced_search/elasticsearch_troubleshooting'), button_options: { data: { testid: 'initial_indexing_documentation' } }) do
= s_('AdminArea|Documentation')
......@@ -292,7 +292,7 @@
= sprite_icon('retry', size: 16, css_class: 'gl-text-gray-700')
.gl-font-size-h1.gl-font-bold.gl-m-0.gl-ml-3{ data: { testid: 'incremental_queue_size' } }
= @incremental_queue_size
.gl-mt-3.gl-text-transform-uppercase
.gl-mt-3.gl-uppercase
= s_('GlobalSearch|Incremental indexing queue length')
= render Pajamas::ButtonComponent.new(href: help_page_path('integration/advanced_search/elasticsearch_troubleshooting'), button_options: { data: { testid: 'incremental_indexing_documentation' } }) do
= s_('AdminArea|Documentation')
......@@ -306,7 +306,7 @@
= sprite_icon('project', size: 16, css_class: 'gl-text-gray-700')
.gl-font-size-h1.gl-font-bold.gl-m-0.gl-ml-3{ data: { testid: 'projects_not_indexed_size' } }
= @projects_not_indexed_count
.gl-mt-3.gl-text-transform-uppercase
.gl-mt-3.gl-uppercase
= s_('GlobalSearch|projects not indexed')
- if @projects_not_indexed_count > 0
- c.with_footer do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册