From d08d12ae0395a7f95440e0f179de40283f2882ad Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 29 Mar 2017 21:16:57 +0000 Subject: Add shortcuts and counters to MRs and issues in navbar --- app/assets/stylesheets/pages/todos.scss | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'app/assets/stylesheets/pages/todos.scss') 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; -- cgit v1.2.3