Skip to content
Snippets Groups Projects
Commit d19019ec authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez
Browse files

Change dropdown button background color

parent 81f2bdfc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -402,6 +402,10 @@
}
}
}
.clone-dropdown-btn {
background-color: $white-light;
}
}
 
.project-repo-buttons {
Loading
Loading
Loading
Loading
@@ -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')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment