summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2019-06-06 10:37:02 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-06-06 10:37:02 +0000
commitfab72e2ad992475a7bdfb12e7ca4eba626e4acba (patch)
treef2657276157243f44c5e38fd2cbc1e9c3e52b658 /app/assets/stylesheets/pages
parent26d57f96410d474dff2e57b31cdd47764ff7b05b (diff)
downloadgitlab-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')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss5
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 8c7b124dd33..267fdfa5d86 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -103,6 +103,11 @@
margin: auto;
align-items: center;
+ a {
+ color: $orange-600;
+ text-decoration: underline;
+ }
+
.icon {
margin-right: $issuable-warning-icon-margin;
vertical-align: text-bottom;
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;
}
}