diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-06-15 22:19:33 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-06-15 21:00:03 -0400 |
commit | 2a26e7098d08dad2e571c9e6cf8a10741fe5917a (patch) | |
tree | 0d320b2c77029f0f1d6e4171481158ba0df50a4d /app/assets | |
parent | 8ff33eb9768ae5d2a4fbf12eba9bc199ed351296 (diff) | |
download | gitlab-ce-2a26e7098d08dad2e571c9e6cf8a10741fe5917a.tar.gz |
Merge branch 'revert-b4e8d59b' into 'master'
Revert "Merge branch '18047-event-item-links-dont-look-like-links' into 'master'"
## What does this MR do?
## Are there points in the code the reviewer needs to double check?
## Why was this MR needed?
## What are the relevant issue numbers?
## Screenshots (if relevant)
## Does this MR meet the acceptance criteria?
- [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- [ ] Tests
- [ ] Added for this feature/bug
- [ ] All builds are passing
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !4692
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/events.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss index dde189a21d5..6fe57c737b3 100644 --- a/app/assets/stylesheets/pages/events.scss +++ b/app/assets/stylesheets/pages/events.scss @@ -21,7 +21,7 @@ } a { - color: $gl-link-color; + color: $gl-dark-link-color; } .avatar { |