summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/timeline.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-24 15:58:50 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-10-26 12:06:07 -0500
commitd698ec0ebd494a9e3948544d95ae653c61db61bf (patch)
treeb7c16d1d7d0eef5d6b27779ee5469139ea921efd /app/assets/stylesheets/framework/timeline.scss
parent2fc359a506b5997cb65b6d5f2f5c85df98fd1c69 (diff)
downloadgitlab-ce-d698ec0ebd494a9e3948544d95ae653c61db61bf.tar.gz
Enable PseudoElement in scss-lintenable-scss-lint-pseudo-element
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 eb63a9f214b..875cded8b4e 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -45,7 +45,7 @@
@media (max-width: $screen-xs-max) {
.timeline {
- &:before {
+ &::before {
background: none;
}