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>2016-06-15 21:35:37 +0300
committerPhil Hughes <me@iamphill.com>2016-06-15 21:35:37 +0300
commit7886692147ac76e749729505ab368782e76f174e (patch)
tree2b4f2ccc7bff351679c00057711d12586a8a4535 /app/assets/stylesheets/framework/gitlab-theme.scss
parent7d9157ff47c1380492a64aa3c7a1e1a7fa6b8e37 (diff)
Moved pinned button to the bottom
Changed breakpoint width to 1440px
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab-theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index bb09de4121f..0a8603b6702 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -8,9 +8,14 @@
*/
@mixin gitlab-theme($color-light, $color, $color-darker, $color-dark) {
.page-with-sidebar {
- .collapse-nav {
+ .toggle-nav-collapse,
+ .pin-nav-btn {
color: $color-light;
background: $color;
+
+ &:hover {
+ color: $white-light;
+ }
}
.sidebar-wrapper {