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-11-28 18:21:46 +0300
committerPhil Hughes <me@iamphill.com>2017-11-28 18:21:46 +0300
commit5fceb8d1ecb8b3b682ad0cc73a26b99068864f3f (patch)
tree76aa44c5800de4043d302da7245968a0f3b88031 /app/assets
parent061be86e052d42a66fa82dd09eab990cf5cf0986 (diff)
fixed scss-lint
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index a2a2bc408db..c45a478f2df 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -306,8 +306,8 @@
.dirty-diff {
// !important need to override monaco inline style
- width: 4px !important;
- left: 0 !important;
+ width: 4px !important;
+ left: 0 !important;
&-modified {
background-color: $blue-500;
@@ -318,8 +318,8 @@
}
&-removed {
- height: 0!important;
- width: 0!important;
+ height: 0 !important;
+ width: 0 !important;
bottom: -2px;
border-style: solid;
border-width: 5px;