diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-17 15:08:40 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-17 15:08:40 +0000 |
commit | f784646e179120704802dcf50d2b527ef1eb8f42 (patch) | |
tree | 53e48fb3ab69d56fbf5f6741671048347aefda1c /app/assets/stylesheets/framework/tables.scss | |
parent | 4ab8c40e154933b645830b24fa86f3dad916498c (diff) | |
download | gitlab-ce-f784646e179120704802dcf50d2b527ef1eb8f42.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework/tables.scss')
-rw-r--r-- | app/assets/stylesheets/framework/tables.scss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss index a8c830f5a42..39d9e9a77f9 100644 --- a/app/assets/stylesheets/framework/tables.scss +++ b/app/assets/stylesheets/framework/tables.scss @@ -9,11 +9,15 @@ table { * This is a temporary workaround until we fix the neutral * color palette in https://gitlab.com/gitlab-org/gitlab/-/issues/213570 * - * The overwrites here affected the security dashboard tables, when removing - * this code, table-th-transparent and original-text-color classes should - * be removed there. + * The overwrites here affected the following areas: + * - The security dashboard tables. When removing + * this code, table-th-transparent and original-text-color classes should + * be removed there. + * - The subscription seats table. When removing this code, the .seats-table + * <th> and margin overrides should be removed there. * * Remove this code as soon as this happens + * */ &.gl-table { @include gl-text-gray-500; |