summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-03 12:24:40 +0200
committerwinh <winnie@gitlab.com>2017-08-03 15:34:17 +0200
commit05fc447f0e88af9ea79d1a3d1703ad1382e46bfe (patch)
tree8bca0a2fe92dbacd2a4b1c34fcfd4fccc012a1f1
parent02cd9b12cfed8540b560c4ae75bafdfc4d5d288b (diff)
downloadgitlab-ce-winh-dropdown-mixin.tar.gz
Use dropdown mixin on repositorys pagewinh-dropdown-mixin
-rw-r--r--app/assets/stylesheets/pages/tree.scss23
1 files changed, 1 insertions, 22 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index e0f46172769..44ab07a4367 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -1,4 +1,5 @@
.tree-holder {
+ @include new-style-dropdown;
.nav-block {
margin: 10px 0;
@@ -202,28 +203,6 @@
}
}
}
-
- // TODO: fallback to global style
- .dropdown-menu:not(.dropdown-menu-selectable) {
- li {
- padding: 0 1px;
-
- &.dropdown-header {
- padding: 8px 16px;
- }
-
- a {
- border-radius: 0;
- padding: 8px 16px;
-
- &:hover,
- &:active,
- &:focus {
- background-color: $gray-darker;
- }
- }
- }
- }
}
.blob-commit-info {