diff options
author | Fatih Acet <acetfatih@gmail.com> | 2019-06-06 10:37:02 +0000 |
---|---|---|
committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-06-06 10:37:02 +0000 |
commit | fab72e2ad992475a7bdfb12e7ca4eba626e4acba (patch) | |
tree | f2657276157243f44c5e38fd2cbc1e9c3e52b658 /app/assets/stylesheets/pages/notes.scss | |
parent | 26d57f96410d474dff2e57b31cdd47764ff7b05b (diff) | |
download | gitlab-ce-fab72e2ad992475a7bdfb12e7ca4eba626e4acba.tar.gz |
Add doc links for confidential and locked issues
With this commit, we add docs link for confidential
and locked issues to note compose and edit forms
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 32477c20db6..52677b7df60 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -762,7 +762,7 @@ $note-form-margin-left: 72px; background-color: $white-light; } - a { + a:not(.learn-more) { color: $blue-600; } } |