Commit d19019ec authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Change dropdown button background color

parent 81f2bdfc
......@@ -402,6 +402,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