summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/tables.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-17 15:08:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-17 15:08:40 +0000
commitf784646e179120704802dcf50d2b527ef1eb8f42 (patch)
tree53e48fb3ab69d56fbf5f6741671048347aefda1c /app/assets/stylesheets/framework/tables.scss
parent4ab8c40e154933b645830b24fa86f3dad916498c (diff)
downloadgitlab-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.scss10
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;