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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-23 18:21:51 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-23 18:21:59 +0300
commit926a814641cddc6219e63c4ffb604b47af86c686 (patch)
treee24cb35e0a60278da8bf2bec4cc1f8af62ed2ec7 /app/assets/stylesheets/themes
parent27289599e2e53bb27b897069c18b169fd3cb4cea (diff)
Improve navbar toggle for mobile devices
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/gitlab-theme.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/assets/stylesheets/themes/gitlab-theme.scss b/app/assets/stylesheets/themes/gitlab-theme.scss
index 929c4fa9c30..ee75fe61881 100644
--- a/app/assets/stylesheets/themes/gitlab-theme.scss
+++ b/app/assets/stylesheets/themes/gitlab-theme.scss
@@ -2,15 +2,12 @@
header {
&.navbar-gitlab {
.navbar-inner {
- .navbar-toggle {
- color: #FFF;
- }
+ .app_logo {
+ background-color: $color-darker;
- .app_logo, .navbar-toggle {
a {
color: $color-light;
}
- background-color: $color-darker;
&:hover {
background-color: $color-dark;