remove duplicate button class
This commit is contained in:
parent
badad80cdf
commit
48b5af28e5
|
@ -5,7 +5,7 @@
|
||||||
class="group-username-filter no-blur"}}
|
class="group-username-filter no-blur"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="group-members-add">
|
<div class="group-members-manage">
|
||||||
{{#if canManageGroup}}
|
{{#if canManageGroup}}
|
||||||
{{d-button icon="plus"
|
{{d-button icon="plus"
|
||||||
action="showAddMembersModal"
|
action="showAddMembersModal"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
input + .group-members-add {
|
input + .group-members-manage {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue