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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-30 00:16:57 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-03-30 00:16:57 +0300
commitd08d12ae0395a7f95440e0f179de40283f2882ad (patch)
tree9950035e870b30ed4b38e13a70c79aa4f20c1ed2 /app/assets/stylesheets/pages/todos.scss
parent4cf16426da202eb1b03197885d8437385d1e0dd0 (diff)
Add shortcuts and counters to MRs and issues in navbar
Diffstat (limited to 'app/assets/stylesheets/pages/todos.scss')
-rw-r--r--app/assets/stylesheets/pages/todos.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/assets/stylesheets/pages/todos.scss b/app/assets/stylesheets/pages/todos.scss
index 9c325227fa1..a39815319f3 100644
--- a/app/assets/stylesheets/pages/todos.scss
+++ b/app/assets/stylesheets/pages/todos.scss
@@ -3,25 +3,6 @@
*
*/
-.navbar-nav {
- li {
- .badge.todos-pending-count {
- position: inherit;
- top: -10px;
- margin-top: -5px;
- font-weight: normal;
- background: $todo-alert-blue;
- margin-left: -13px;
- font-size: 11px;
- color: $white-light;
- padding: 4px;
- padding-top: 1px;
- padding-bottom: 2px;
- border-radius: 7px;
- }
- }
-}
-
.todos-list > .todo {
// workaround because we cannot use border-colapse
border-top: 1px solid transparent;