-
+
+
-
+
{{
__('An error occurred while loading the file. Please try again later.')
}}
diff --git a/app/assets/javascripts/blob/pdf/pdf_viewer.vue b/app/assets/javascripts/blob/pdf/pdf_viewer.vue
index 53172f4a42104d9992bebaed8aefce6927ccc693..33a932344fe413b28f1a75b1e96f5c33130166c4 100644
--- a/app/assets/javascripts/blob/pdf/pdf_viewer.vue
+++ b/app/assets/javascripts/blob/pdf/pdf_viewer.vue
@@ -35,8 +35,8 @@ export default {
-
-
+
+
-
+
{{ __('An error occurred while loading the file. Please try again later.') }}
diff --git a/app/assets/javascripts/blob/sketch/index.js b/app/assets/javascripts/blob/sketch/index.js
index bb29224cda27eb9aeabbedb97702c30874c060f3..a81e1174fc9878720f693215a43b109577c6dd77 100644
--- a/app/assets/javascripts/blob/sketch/index.js
+++ b/app/assets/javascripts/blob/sketch/index.js
@@ -49,7 +49,7 @@ export default class SketchLoader {
error() {
const errorMsg = document.createElement('p');
- errorMsg.className = 'gl-mt-3 gl-mb-3 text-center';
+ errorMsg.className = 'gl-mt-3 gl-mb-3 !gl-text-center';
errorMsg.textContent = __(`
Cannot show preview. For previews on sketch files, they must have the file format
introduced by Sketch version 43 and above.
diff --git a/app/assets/javascripts/branches/components/divergence_graph.vue b/app/assets/javascripts/branches/components/divergence_graph.vue
index 3cde39b79a3443671e1c2bf8b5714669382327d4..02defa01e11e905a508a68d0e1fdb4b4f1ea5dba 100644
--- a/app/assets/javascripts/branches/components/divergence_graph.vue
+++ b/app/assets/javascripts/branches/components/divergence_graph.vue
@@ -59,13 +59,13 @@ export default {
-
+
diff --git a/app/assets/javascripts/branches/components/graph_bar.vue b/app/assets/javascripts/branches/components/graph_bar.vue
index 8dd0ed2879ba8e3c6d3244a0b48301ecadf9200f..7080ef15595a3de6c27ee76c55e8401a8dc334c6 100644
--- a/app/assets/javascripts/branches/components/graph_bar.vue
+++ b/app/assets/javascripts/branches/components/graph_bar.vue
@@ -44,7 +44,7 @@ export default {
return `rounded-${this.position}`;
},
textAlignmentClass() {
- if (this.isFullWidth) return 'text-center';
+ if (this.isFullWidth) return '!gl-text-center';
return `text-${this.isLeftSide ? SIDES.right : SIDES.left}`;
},
diff --git a/app/assets/javascripts/ci/artifacts/components/artifact_row.vue b/app/assets/javascripts/ci/artifacts/components/artifact_row.vue
index 5a49b47ac86b31d4baba0479a6f95155b5e97754..3961167f66f45ebb449eba1ed3979afb324b0e53 100644
--- a/app/assets/javascripts/ci/artifacts/components/artifact_row.vue
+++ b/app/assets/javascripts/ci/artifacts/components/artifact_row.vue
@@ -83,7 +83,7 @@ export default {
-
+
@@ -108,13 +108,13 @@ export default {
{{ artifactSize }}
-
+
-
+
{{ resource.name }}
-
+
-
+
-
+
{{ apiError }}
-
+
{{ __('Contents of .gitlab-ci.yml') }}
-
+
-
+
-
+
•••••
-
+
-
+
-
+
-
diff --git a/app/assets/javascripts/ci/job_details/components/job_header.vue b/app/assets/javascripts/ci/job_details/components/job_header.vue
index 481fc2a778dfb4c7b1414a60f123e5c6654a1e44..48757381037f09062d0b47623c27956185022e38 100644
--- a/app/assets/javascripts/ci/job_details/components/job_header.vue
+++ b/app/assets/javascripts/ci/job_details/components/job_header.vue
@@ -166,7 +166,7 @@ export default {
-
+
@@ -177,7 +177,7 @@ export default {
@@ -205,9 +205,9 @@ export default {
:size="24"
:src="avatarUrl"
:label="user.name"
- class="gl-hidden sm:gl-inline-flex"
+ class="gl-hidden @sm/panel:gl-inline-flex"
/>
- @{{ user.username }}
+ @{{ user.username }}
{{ message }}
diff --git a/app/assets/javascripts/ci/job_details/components/job_log_top_bar.vue b/app/assets/javascripts/ci/job_details/components/job_log_top_bar.vue
index 66d8120612f5aaf3ce5f5bb23ffcd41b012b209d..85ef58036e247e12e39644ac4a2453142c548e35 100644
--- a/app/assets/javascripts/ci/job_details/components/job_log_top_bar.vue
+++ b/app/assets/javascripts/ci/job_details/components/job_log_top_bar.vue
@@ -194,7 +194,7 @@ export default {
-
+
diff --git a/app/assets/javascripts/ci/job_details/components/log/log.vue b/app/assets/javascripts/ci/job_details/components/log/log.vue
index ee3afb2d110634618ed032a49c5a793690b79fe4..0a5b071d9395c058cd06cbc3c3c2dc30e9986347 100644
--- a/app/assets/javascripts/ci/job_details/components/log/log.vue
+++ b/app/assets/javascripts/ci/job_details/components/log/log.vue
@@ -101,7 +101,7 @@ export default {
-
+
diff --git a/app/assets/javascripts/ci/job_details/components/sidebar/external_links_block.vue b/app/assets/javascripts/ci/job_details/components/sidebar/external_links_block.vue
index eeeb7c16ba3f7fe42b37b9ad48d67c048d80baaf..4b30addee98b0c213be524d401dd941d87fc383b 100644
--- a/app/assets/javascripts/ci/job_details/components/sidebar/external_links_block.vue
+++ b/app/assets/javascripts/ci/job_details/components/sidebar/external_links_block.vue
@@ -20,7 +20,7 @@ export default {
-
-
+
{{ externalLink.label }}
diff --git a/app/assets/javascripts/ci/job_details/components/sidebar/sidebar_header.vue b/app/assets/javascripts/ci/job_details/components/sidebar/sidebar_header.vue
index cd60d984009025c044b00635c969c5889cd6b38d..875da6398493fe0ec595f0d0a78ddc37e7257207 100644
--- a/app/assets/javascripts/ci/job_details/components/sidebar/sidebar_header.vue
+++ b/app/assets/javascripts/ci/job_details/components/sidebar/sidebar_header.vue
@@ -108,7 +108,7 @@ export default {
-
+
@@ -191,7 +191,7 @@ export default {
diff --git a/app/assets/javascripts/ci/job_details/components/sidebar/sidebar_job_details_container.vue b/app/assets/javascripts/ci/job_details/components/sidebar/sidebar_job_details_container.vue
index b257030f1c378905a7f8f93ab7d31f4efd44ec97..a44475488cc4d07b15e0b9deb87cac47d46d794f 100644
--- a/app/assets/javascripts/ci/job_details/components/sidebar/sidebar_job_details_container.vue
+++ b/app/assets/javascripts/ci/job_details/components/sidebar/sidebar_job_details_container.vue
@@ -189,7 +189,7 @@ export default {
/>
- {{ $options.i18n.TAGS }}:
+ {{ $options.i18n.TAGS }}:
{{ tag }}
diff --git a/app/assets/javascripts/ci/job_details/job_app.vue b/app/assets/javascripts/ci/job_details/job_app.vue
index 86896d68bde032405141e1241684f2f855910b19..10e754b404087e5930305640604522e1a46a1228 100644
--- a/app/assets/javascripts/ci/job_details/job_app.vue
+++ b/app/assets/javascripts/ci/job_details/job_app.vue
@@ -319,7 +319,7 @@ export default {
-
+
-
+
@@ -237,7 +237,7 @@ export default {
-
+
-
+
diff --git a/app/assets/javascripts/ci/pipeline_details/graph/components/linked_pipeline.vue b/app/assets/javascripts/ci/pipeline_details/graph/components/linked_pipeline.vue
index ca5752f8f7bc2efa2c1f7930503f2d84e31537f4..60643b1e84839e1f82fb51e7f102cac4c9982fd0 100644
--- a/app/assets/javascripts/ci/pipeline_details/graph/components/linked_pipeline.vue
+++ b/app/assets/javascripts/ci/pipeline_details/graph/components/linked_pipeline.vue
@@ -262,7 +262,7 @@ export default {
+
{{ columnTitle }}
@@ -199,7 +199,7 @@ export default {
-
-
+
{{ pipelineName }}
@@ -399,7 +399,11 @@ export default {
-
+
diff --git a/app/assets/javascripts/ci/pipeline_details/jobs/components/failed_jobs_table.vue b/app/assets/javascripts/ci/pipeline_details/jobs/components/failed_jobs_table.vue
index 0b970c5267d73f100b19efca91e4cd5838efc2e5..d17f8047b4352423c69a1fc9dd1b0074faa71b8e 100644
--- a/app/assets/javascripts/ci/pipeline_details/jobs/components/failed_jobs_table.vue
+++ b/app/assets/javascripts/ci/pipeline_details/jobs/components/failed_jobs_table.vue
@@ -80,7 +80,7 @@ export default {
-
+
diff --git a/app/assets/javascripts/ci/pipeline_details/test_reports/test_suite_table.vue b/app/assets/javascripts/ci/pipeline_details/test_reports/test_suite_table.vue
index c04efc7d7e11ec180db4a31968540727cc2e1e9d..657fd77d932fd07191d0ffbf1a0cc967af03ed56 100644
--- a/app/assets/javascripts/ci/pipeline_details/test_reports/test_suite_table.vue
+++ b/app/assets/javascripts/ci/pipeline_details/test_reports/test_suite_table.vue
@@ -77,7 +77,7 @@ export default {
-
@@ -94,7 +94,7 @@ export default {
{{ __('Filename') }}
-
+
{{ __('Status') }}
@@ -113,21 +113,21 @@ export default {
>
-
-
-
+
@@ -146,7 +146,7 @@ export default {
-
+
@@ -157,7 +157,7 @@ export default {
-
+
{{ testCase.formattedTime }}
diff --git a/app/assets/javascripts/ci/pipeline_details/test_reports/test_summary.vue b/app/assets/javascripts/ci/pipeline_details/test_reports/test_summary.vue
index d758e46d23e3c1391e1c2de8c1939a9deb00bc1f..fec8824e48652c20e7448fa6fe05eb54931c9e62 100644
--- a/app/assets/javascripts/ci/pipeline_details/test_reports/test_summary.vue
+++ b/app/assets/javascripts/ci/pipeline_details/test_reports/test_summary.vue
@@ -78,7 +78,7 @@ export default {
{{ heading }}
-
+
{{
sprintf(s__('TestReports|%{count} tests'), { count: report.total_count })
@@ -93,7 +93,7 @@ export default {
}}
-
+
{{
sprintf(s__('TestReports|%{rate}%{sign} success rate'), {
rate: successPercentage,
diff --git a/app/assets/javascripts/ci/pipeline_details/test_reports/test_summary_table.vue b/app/assets/javascripts/ci/pipeline_details/test_reports/test_summary_table.vue
index 1dc436d698db37948d96b8441a692eccb55e8fd4..e18867f5d5e0f1d89704d69d18fcabedec14c805 100644
--- a/app/assets/javascripts/ci/pipeline_details/test_reports/test_summary_table.vue
+++ b/app/assets/javascripts/ci/pipeline_details/test_reports/test_summary_table.vue
@@ -128,7 +128,7 @@ export default {
{{ testSuite.success_count }}
-
+
diff --git a/app/assets/javascripts/ci/pipeline_editor/components/editor/ci_editor_header.vue b/app/assets/javascripts/ci/pipeline_editor/components/editor/ci_editor_header.vue
index 39b8af4886ebb75bbd3246878b1a09b263fbfb38..acd6777f374f23067423285a1c29f7e93c6188f1 100644
--- a/app/assets/javascripts/ci/pipeline_editor/components/editor/ci_editor_header.vue
+++ b/app/assets/javascripts/ci/pipeline_editor/components/editor/ci_editor_header.vue
@@ -71,7 +71,7 @@ export default {
diff --git a/app/assets/javascripts/ci/pipeline_editor/pipeline_editor_home.vue b/app/assets/javascripts/ci/pipeline_editor/pipeline_editor_home.vue
index 642fb3533d90bb749c9d7fb8d8b25322ffaaa566..35ea9c2cbbec49e6dd9a0f5664258086fd5a0c26 100644
--- a/app/assets/javascripts/ci/pipeline_editor/pipeline_editor_home.vue
+++ b/app/assets/javascripts/ci/pipeline_editor/pipeline_editor_home.vue
@@ -159,7 +159,7 @@ export default {
@toggle-file-tree="toggleFileTree"
v-on="$listeners"
/>
-
+
-
+
- {{ s__('CiVariables|Remove variable') }}
+ {{ s__('CiVariables|Remove variable') }}
diff --git a/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_schedules_form.vue b/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_schedules_form.vue
index b8cc354bc1a1d5144cc2d72f7bafcd30b03a41b6..b8beba01915f0167822bcb1f39eb4b45853967bc 100644
--- a/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_schedules_form.vue
+++ b/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_schedules_form.vue
@@ -304,7 +304,7 @@ export default {
{{ buttonText }}
{{ $options.i18n.cancel }}
diff --git a/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_variables_form_group.vue b/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_variables_form_group.vue
index 2a4bbb8485926e86acfa25e8123b975974c5762f..b9755295dbdb42d14c61901a6ce4abf97bc00e69 100644
--- a/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_variables_form_group.vue
+++ b/app/assets/javascripts/ci/pipeline_schedules/components/pipeline_variables_form_group.vue
@@ -139,7 +139,7 @@ export default {
- {{ s__('CiVariables|Remove variable') }}
+ {{ s__('CiVariables|Remove variable') }}
diff --git a/app/assets/javascripts/ci/pipelines_page/components/empty_state/ci_cards.vue b/app/assets/javascripts/ci/pipelines_page/components/empty_state/ci_cards.vue
index 553e07049709d55d6e556b8487d07930e62e63ba..2dfa9c27af5cd4560302eddb9223987cabf75ffc 100644
--- a/app/assets/javascripts/ci/pipelines_page/components/empty_state/ci_cards.vue
+++ b/app/assets/javascripts/ci/pipelines_page/components/empty_state/ci_cards.vue
@@ -103,7 +103,7 @@ export default {
};
-
+
diff --git a/app/assets/javascripts/ci/pipelines_page/pipelines.vue b/app/assets/javascripts/ci/pipelines_page/pipelines.vue
index 174583226bff83160db00ec1bc6945c88920bce9..656160a835dabc25700294ae5285ba1e6ee4a909 100644
--- a/app/assets/javascripts/ci/pipelines_page/pipelines.vue
+++ b/app/assets/javascripts/ci/pipelines_page/pipelines.vue
@@ -364,7 +364,7 @@ export default {
diff --git a/app/assets/javascripts/ci/runner/components/registration/gke_node_pool_group.vue b/app/assets/javascripts/ci/runner/components/registration/gke_node_pool_group.vue
index 1bf2ef7ccd217ae32ebe1038931b27f55b9e7a01..030dea465eb985b5a30cc6235b38cb8a3b801fb5 100644
--- a/app/assets/javascripts/ci/runner/components/registration/gke_node_pool_group.vue
+++ b/app/assets/javascripts/ci/runner/components/registration/gke_node_pool_group.vue
@@ -267,7 +267,7 @@ export default {
class="gl-mb-3 gl-pb-2"
data-testid="node-pool-label-row-container"
>
-
+
- {{ s__('Runners|Remove Node pool label') }}
+ {{
+ s__('Runners|Remove Node pool label')
+ }}
diff --git a/app/assets/javascripts/ci/runner/components/registration/runner_instructions/instructions/runner_cli_instructions.vue b/app/assets/javascripts/ci/runner/components/registration/runner_instructions/instructions/runner_cli_instructions.vue
index ef3b1675136ffbd8767051ac93dd3417e7a0292c..37e780a6c948a4a408ea23380a9125b70cc1f65a 100644
--- a/app/assets/javascripts/ci/runner/components/registration/runner_instructions/instructions/runner_cli_instructions.vue
+++ b/app/assets/javascripts/ci/runner/components/registration/runner_instructions/instructions/runner_cli_instructions.vue
@@ -109,7 +109,7 @@ export default {
-
+
{{ $options.i18n.downloadInstallBinary }}
-
+
-
+
diff --git a/app/assets/javascripts/clusters/forms/components/integration_form.vue b/app/assets/javascripts/clusters/forms/components/integration_form.vue
index 4265df48fcc50c904377cf683278359a5f94fd79..d29f47b5afa8d9cac5a18dadb3e3f719fb02680c 100644
--- a/app/assets/javascripts/clusters/forms/components/integration_form.vue
+++ b/app/assets/javascripts/clusters/forms/components/integration_form.vue
@@ -97,7 +97,7 @@ export default {
id="cluster_environment_scope"
v-model="envScope"
name="cluster[environment_scope]"
- class="col-md-6"
+ class="gl-col-md-6"
type="text"
/>
@@ -111,7 +111,7 @@ export default {
id="cluster_base_domain"
v-model="baseDomainField"
name="cluster[base_domain]"
- class="col-md-6"
+ class="gl-col-md-6"
type="text"
/>
diff --git a/app/assets/javascripts/clusters_list/components/agent_table.vue b/app/assets/javascripts/clusters_list/components/agent_table.vue
index 976d1d65a1874aa7294c3096195fc04b6212d648..96b968a6c6ae0bd1c864daad6223f4e86eb8af3a 100644
--- a/app/assets/javascripts/clusters_list/components/agent_table.vue
+++ b/app/assets/javascripts/clusters_list/components/agent_table.vue
@@ -269,7 +269,7 @@ export default {
>
{{
item.name
@@ -289,7 +289,7 @@ export default {
diff --git a/app/assets/javascripts/clusters_list/components/agents_configs_table.vue b/app/assets/javascripts/clusters_list/components/agents_configs_table.vue
index 6a9f5c771cd2615de0977d028cfdb4d798ee40da..932bfd949bf4e144707d56a548ab31fce6a8367b 100644
--- a/app/assets/javascripts/clusters_list/components/agents_configs_table.vue
+++ b/app/assets/javascripts/clusters_list/components/agents_configs_table.vue
@@ -50,7 +50,7 @@ export default {
key: 'configuration',
label: this.$options.i18n.configurationLabel,
isRowHeader: true,
- tdClass: `${tdClass} md:gl-w-4/5`,
+ tdClass: `${tdClass} @md/panel:gl-w-4/5`,
thClass,
},
{
diff --git a/app/assets/javascripts/clusters_list/components/clusters.vue b/app/assets/javascripts/clusters_list/components/clusters.vue
index 62a6c3c033c7cc9f6d22bbca2a127a08cc4a6ac0..fae76de3d8416e980c6f92d8a457d5dcc2a037ae 100644
--- a/app/assets/javascripts/clusters_list/components/clusters.vue
+++ b/app/assets/javascripts/clusters_list/components/clusters.vue
@@ -59,7 +59,7 @@ export default {
'totalClusters',
]),
contentAlignClasses() {
- return 'gl-flex gl-items-center gl-justify-end md:gl-justify-start';
+ return 'gl-flex gl-items-center gl-justify-end @md/panel:gl-justify-start';
},
currentPage: {
get() {
diff --git a/app/assets/javascripts/clusters_list/components/clusters_actions.vue b/app/assets/javascripts/clusters_list/components/clusters_actions.vue
index 48571d7aec4fd95869ee3c31b7a9c600328b6fd0..18f3146e2840d30e04b70e7c08d7db38fa321971 100644
--- a/app/assets/javascripts/clusters_list/components/clusters_actions.vue
+++ b/app/assets/javascripts/clusters_list/components/clusters_actions.vue
@@ -99,7 +99,7 @@ export default {
:title="$options.i18n.actionsDisabledHint"
/>
-
+
-
+
{{ contributor.name }}
{{ n__('%d commit', '%d commits', commitCount) }} ({{ contributor.email }})
diff --git a/app/assets/javascripts/credentials/components/credentials_filter_sort_app.vue b/app/assets/javascripts/credentials/components/credentials_filter_sort_app.vue
index 2065334959efaae9ef8373f96e1b095b98723772..b4fb565059098057db3eff0033efa772c12e9886 100644
--- a/app/assets/javascripts/credentials/components/credentials_filter_sort_app.vue
+++ b/app/assets/javascripts/credentials/components/credentials_filter_sort_app.vue
@@ -69,7 +69,7 @@ export default {
-
+
-
+
{{ __('Custom emoji') }}
diff --git a/spec/frontend/admin/abuse_report/components/notes/abuse_report_add_note_spec.js b/spec/frontend/admin/abuse_report/components/notes/abuse_report_add_note_spec.js
index df6f2c9b0a83ce3f5c182c4fa385952f203c8476..2ba990c177dd669ea1aef6c5db6476d1ada65349 100644
--- a/spec/frontend/admin/abuse_report/components/notes/abuse_report_add_note_spec.js
+++ b/spec/frontend/admin/abuse_report/components/notes/abuse_report_add_note_spec.js
@@ -93,7 +93,7 @@ describe('Abuse Report Add Note', () => {
'note-comment',
'discussion-reply-holder',
'!gl-border-t-0',
- 'clearfix',
+ 'gl-clearfix',
]),
);
diff --git a/spec/frontend/alerts_settings/components/__snapshots__/alerts_form_spec.js.snap b/spec/frontend/alerts_settings/components/__snapshots__/alerts_form_spec.js.snap
index dfbac5f7ef1c564b2d45b13bac911bf1a77fa246..efd1eebb20b758616a7c4cc22da95a97028df7f9 100644
--- a/spec/frontend/alerts_settings/components/__snapshots__/alerts_form_spec.js.snap
+++ b/spec/frontend/alerts_settings/components/__snapshots__/alerts_form_spec.js.snap
@@ -24,7 +24,7 @@ exports[`Alert integration settings form default state should match the default
{
createComponent();
expect(wrapper.findComponent(GlButtonGroup).attributes('class')).toBe(
- 'gl-hidden sm:gl-inline-flex',
+ 'gl-hidden @sm/panel:gl-inline-flex',
);
});
});
diff --git a/spec/frontend/branches/components/__snapshots__/divergence_graph_spec.js.snap b/spec/frontend/branches/components/__snapshots__/divergence_graph_spec.js.snap
index 357c7b7e9f8a4d3eb43ae92bac4f286f1d181a4c..555d31aa430cabbcfbf32251f9c960743f498bd4 100644
--- a/spec/frontend/branches/components/__snapshots__/divergence_graph_spec.js.snap
+++ b/spec/frontend/branches/components/__snapshots__/divergence_graph_spec.js.snap
@@ -2,7 +2,7 @@
exports[`Branch divergence graph component renders ahead and behind count 1`] = `
{
position | textAlignmentClass
${'left'} | ${'text-right'}
${'right'} | ${'text-left'}
- ${'full'} | ${'text-center'}
+ ${'full'} | ${'!gl-text-center'}
`(
'sets text alignment class as $textAlignmentClass for position $position',
({ position, textAlignmentClass }) => {
diff --git a/spec/frontend/ci/catalog/components/list/ci_resources_list_item_spec.js b/spec/frontend/ci/catalog/components/list/ci_resources_list_item_spec.js
index 0e69165eaed569c305cc3d35bd3d283b3e00ee66..91e80a97d2b308551b593cbd37d40c4b48d5c874 100644
--- a/spec/frontend/ci/catalog/components/list/ci_resources_list_item_spec.js
+++ b/spec/frontend/ci/catalog/components/list/ci_resources_list_item_spec.js
@@ -112,7 +112,9 @@ describe('CiResourcesListItem', () => {
it('hides the resource description on mobile devices', () => {
const markdown = findMarkdown();
- expect(markdown.classes()).toEqual(expect.arrayContaining(['gl-hidden', 'md:gl-block']));
+ expect(markdown.classes()).toEqual(
+ expect.arrayContaining(['gl-hidden', '@md/panel:gl-block']),
+ );
});
});