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:
authorWinnie Hellmann <winnie@gitlab.com>2017-10-11 14:59:15 +0300
committerWinnie Hellmann <winnie@gitlab.com>2017-12-08 14:09:39 +0300
commitea21d469aeca6cd3e70811e08b2e5eec5a5fdf42 (patch)
treebb59f3b5bdc602b71e2e312c347d662ffe84421a /app/assets/stylesheets/pages/todos.scss
parentf984fc35e7c1b503b16bcfe0078d499f16b69da6 (diff)
Remove new-style-dropdown mixin
Diffstat (limited to 'app/assets/stylesheets/pages/todos.scss')
-rw-r--r--app/assets/stylesheets/pages/todos.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/todos.scss b/app/assets/stylesheets/pages/todos.scss
index 2139a029fc7..a79772ea37b 100644
--- a/app/assets/stylesheets/pages/todos.scss
+++ b/app/assets/stylesheets/pages/todos.scss
@@ -265,7 +265,3 @@
font-weight: $gl-font-weight-bold;
}
}
-
-.todos-filters {
- @include new-style-dropdown;
-}