Commit 614b8679 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Change dropdown button background color

parent 98eaa4b4
......@@ -410,6 +410,10 @@
}
}
}
.clone-dropdown-btn {
background-color: $white-light;
}
}
.project-repo-buttons {
......
......@@ -7,7 +7,7 @@
%span
= enabled_project_button(project, enabled_protocol)
- else
%a#clone-dropdown.clone-dropdown-btn.btn{ href: '#', data: { toggle: 'dropdown' } }
%a#clone-dropdown.btn.clone-dropdown-btn{ href: '#', data: { toggle: 'dropdown' } }
%span
= default_clone_protocol.upcase
= icon('caret-down')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment