Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-03-17 23:35:06 +0300
committerRobert Speicher <robert@gitlab.com>2016-03-17 23:35:06 +0300
commitdc396d0fa4b18815b4517c23b0d4e50c23b20db7 (patch)
treee0c025eefa0e4ac7f4f82a4827f2d4e045a90f77 /app/assets/stylesheets/pages/issuable.scss
parentab9970e22c7d68fd2338f0fa1a5cf3ad3ad4457b (diff)
parent2941a76fe0fa5305bd6e31e6c47477732e3e7cec (diff)
Merge branch 'edited-text' into 'master'
Edited timeago text on comments Unified the 'edited text' to be the same in descriptions and comments Closes #5538 See merge request !3063
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index c975ca0ce43..6f93299404c 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -262,3 +262,11 @@
color: $gray-darkest;
}
}
+
+.edited-text {
+ color: $gray-darkest;
+
+ .author_link {
+ color: $gray-darkest;
+ }
+}