summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/repo.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-07-26 22:02:58 -0400
committerJacob Schatz <jschatz1@gmail.com>2017-07-26 22:02:58 -0400
commitd52172fa13068d782e3aa5024eabb5f3fc5c3f22 (patch)
tree2094c2b0c8c357802539ce1f67197059fec5292f /app/assets/stylesheets/pages/repo.scss
parent0cdf97002415bf705bccbef3a6cb05db0293cea1 (diff)
downloadgitlab-ce-d52172fa13068d782e3aa5024eabb5f3fc5c3f22.tar.gz
Adds green to circle when unsaved. Activates right tab when closing.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 8c54006ee20..dd48ef297da 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -100,6 +100,7 @@
&.close {
width: auto;
font-size: 15px;
+ opacity: 1;
}
}
@@ -110,6 +111,10 @@
margin-left: 15px;
color: $gray-darkest;
}
+
+ i.fa.fa-circle {
+ color: $brand-success;
+ }
}
}