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>2017-02-27 13:50:15 +0300
committerPhil Hughes <me@iamphill.com>2017-02-27 13:50:15 +0300
commitf0e51180de11b3fd2974f4e3bda0306fc25abb0d (patch)
treeb4fd8223a6e73b4b45e0bd62b2a9929c1aef2c88 /app/assets/stylesheets/highlight/white.scss
parentfaf5bc0eafd6d77cdd924bbf5d2e93ce18d3a62a (diff)
Removed link transition
Fixed hll overriding is-over class
Diffstat (limited to 'app/assets/stylesheets/highlight/white.scss')
-rw-r--r--app/assets/stylesheets/highlight/white.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index 86e6764ec92..0eca30e570f 100644
--- a/app/assets/stylesheets/highlight/white.scss
+++ b/app/assets/stylesheets/highlight/white.scss
@@ -124,7 +124,8 @@ $white-gc-bg: #eaf2f5;
}
}
- &.is-over {
+ &.is-over,
+ &.hll:not(.empty-cell).is-over {
background-color: $white-over-bg;
border-color: darken($white-over-bg, 5%);