Commit f36d8ba6 authored by Ben Hayward's avatar Ben Hayward

changed class name

1 merge request!526[Sprint/ModestMonkey](feat): Added edit functionality to profile sidebar #1133
Pipeline #79008322 failed with stages
in 48 minutes and 52 seconds
......@@ -14,7 +14,7 @@
</div>
<span class="minds-button-edit" (click)="toggleEditing()" *ngIf="session.getLoggedInUser().guid == user.guid">
<button class="material-icons" [hidden]="editing">edit</button>
<button class="material-icons minds-button-edit--done" [hidden]="!editing">done</button>
<button class="material-icons m-channel-button-edit--done" [hidden]="!editing">done</button>
</span>
<minds-button-user-dropdown [(user)]="user" *ngIf="session.getLoggedInUser().guid != user.guid"></minds-button-user-dropdown>
</div>
......
......@@ -8,7 +8,7 @@
max-width: 88%;
}
.minds-button-edit--done {
.m-channel-button-edit--done {
position: relative;
right: 8px;
bottom: 8px;
......
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