summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/gitlab_theme.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-16 16:29:34 +0100
committerPhil Hughes <me@iamphill.com>2018-04-18 14:34:50 +0100
commit8de5cea076b0bc40e84f13a7b936cb06cb39f291 (patch)
tree86146f14448ee3da46ec48737fabbdb35458caca /app/assets/stylesheets/framework/gitlab_theme.scss
parentbdc437fc7620c285784d532d907811dc4ea378da (diff)
downloadgitlab-ce-8de5cea076b0bc40e84f13a7b936cb06cb39f291.tar.gz
moved CSS out of the components
hooked up commit section to activity bar fixed commit section SVGs not loading added the different theme defintions to the activity bar
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab_theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab_theme.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/gitlab_theme.scss b/app/assets/stylesheets/framework/gitlab_theme.scss
index 54a44facb5e..6a03c302d9c 100644
--- a/app/assets/stylesheets/framework/gitlab_theme.scss
+++ b/app/assets/stylesheets/framework/gitlab_theme.scss
@@ -184,6 +184,18 @@
.ide-file-list .file.file-active {
color: $color-700;
}
+
+ .ide-sidebar-link {
+ &:hover,
+ &:focus,
+ &.active {
+ color: $color-700;
+ }
+
+ &.active {
+ box-shadow: inset 3px 0 $color-700;
+ }
+ }
}
body {