Skip to content
代码片段 群组 项目
提交 a411fce7 编辑于 作者: Andrew Fontaine's avatar Andrew Fontaine
浏览文件

Merge branch 'undo-dependency-list-table-styling' into 'master'

Undo dependency list table styling workarounds

See merge request gitlab-org/gitlab!31130
No related branches found
No related tags found
无相关合并请求
...@@ -85,8 +85,6 @@ export default { ...@@ -85,8 +85,6 @@ export default {
</script> </script>
<template> <template>
<!-- tbody- and thead-class props can be removed when
https://gitlab.com/gitlab-org/gitlab/-/issues/213324 is fixed -->
<gl-table <gl-table
:fields="$options.fields" :fields="$options.fields"
:items="localDependencies" :items="localDependencies"
...@@ -94,8 +92,6 @@ export default { ...@@ -94,8 +92,6 @@ export default {
data-qa-selector="dependencies_table_content" data-qa-selector="dependencies_table_content"
details-td-class="pt-0" details-td-class="pt-0"
stacked="md" stacked="md"
thead-class="gl-text-gray-900"
tbody-class="gl-text-gray-900"
> >
<!-- toggleDetails and detailsShowing are scoped slot props provided by <!-- toggleDetails and detailsShowing are scoped slot props provided by
GlTable; they mutate/read the item's _showDetails property, which GlTable GlTable; they mutate/read the item's _showDetails property, which GlTable
......
---
title: Use standard table colors in Dependency List
merge_request: 31130
author:
type: changed
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册