summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDennis Tang <750946-dennis@users.noreply.gitlab.com>2019-07-18 08:55:04 +0000
committerPhil Hughes <me@iamphill.com>2019-07-18 08:55:04 +0000
commit40fd2977c51f2f4f51d63ba790fb5fa2acfd866d (patch)
tree80fe9a90238c539f2efd23803ba2ecb242b80634 /changelogs
parent691d88b71d51786983b823207d876cee7c93f5d4 (diff)
downloadgitlab-ce-40fd2977c51f2f4f51d63ba790fb5fa2acfd866d.tar.gz
Ensure visibility icons in group/project listings are grey
- Project listing icons now use the `text-secondary` class - Group listing icons now use the `text-secondary` class - Unnecessary CSS was removed from groups.scss as a result
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/64700-fix-the-color-of-the-visibility-icon-on-project-lists.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/64700-fix-the-color-of-the-visibility-icon-on-project-lists.yml b/changelogs/unreleased/64700-fix-the-color-of-the-visibility-icon-on-project-lists.yml
new file mode 100644
index 00000000000..0d2fbaf01ed
--- /dev/null
+++ b/changelogs/unreleased/64700-fix-the-color-of-the-visibility-icon-on-project-lists.yml
@@ -0,0 +1,5 @@
+---
+title: Ensure visibility icons in group/project listings are grey
+merge_request: 30858
+author:
+type: fixed