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:
authorPhil Hughes <me@iamphill.com>2016-02-23 19:13:43 +0300
committerPhil Hughes <me@iamphill.com>2016-02-23 19:13:43 +0300
commit647eccd1fa132a5c5d196178e6a73dcf178ac354 (patch)
treef0d661df7df379ca17db555032f6c18ffe59c918 /app/assets/stylesheets/framework/timeline.scss
parent9fd220b30cee13d5f6e61daf3293f7e6d4e6aea3 (diff)
changed variable name to -hover
Diffstat (limited to 'app/assets/stylesheets/framework/timeline.scss')
-rw-r--r--app/assets/stylesheets/framework/timeline.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index b96b3e06465..aa244fe548d 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -11,7 +11,7 @@
border-bottom: 1px solid $border-white-light;
&:target {
- background: $hover;
+ background: $row-hover;
}
&:last-child {