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>2016-01-13 19:26:45 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 19:26:45 +0300
commitf956514b109fc5628b397ff8f507bb4c37d5b115 (patch)
tree597b88b9a085b5e660e5fc4f2e5a67ad493b10c3 /app/assets/stylesheets/framework/tw_bootstrap.scss
parent3238b0bc9fddd1a00d4926a7679c454db03d6fed (diff)
Dont use nav-pills. Instead use nav-lists
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/framework/tw_bootstrap.scss')
-rw-r--r--app/assets/stylesheets/framework/tw_bootstrap.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/assets/stylesheets/framework/tw_bootstrap.scss b/app/assets/stylesheets/framework/tw_bootstrap.scss
index 1ce897ead54..88072606bf5 100644
--- a/app/assets/stylesheets/framework/tw_bootstrap.scss
+++ b/app/assets/stylesheets/framework/tw_bootstrap.scss
@@ -100,16 +100,6 @@
}
-.nav-pills > li > a {
- color: #666;
-}
-
-.nav-pills > .active > a > span > .badge {
- background-color: #fff;
- color: $gl-primary;
-}
-
-
/**
* fix to keep tooltips position in top navigation bar
*