Commit a411fce7 authored by 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
parents a23dabd3 b963aeb7
...@@ -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
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