Merge branch 'dz-improve-group-settings' into 'master'
Make group settings button white instead of gray for better visibility Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @annabeldunstone @skyruler See merge request !4078
This commit is contained in:
commit
2e1162272e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- if access = @group.users.find_by(id: current_user.id)
|
||||
.controls
|
||||
%span.dropdown.group-settings-dropdown
|
||||
%a.dropdown-new.btn.btn-gray#group-settings-button{href: '#', 'data-toggle' => 'dropdown'}
|
||||
%a.dropdown-new.btn.btn-default#group-settings-button{href: '#', 'data-toggle' => 'dropdown'}
|
||||
= icon('cog')
|
||||
= icon('caret-down')
|
||||
%ul.dropdown-menu.dropdown-menu-align-right
|
||||
|
|
Loading…
Reference in a new issue