Skip to content
Snippets Groups Projects
Commit 977870b2 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove useless code

parent dd3aea50
No related merge requests found
...@@ -7,9 +7,7 @@ ...@@ -7,9 +7,7 @@
<h3 class="subheading-2">{{ room.name }}</h3> <h3 class="subheading-2">{{ room.name }}</h3>
</mat-card-title> </mat-card-title>
<mat-card-subtitle fxLayoutAlign="center"> <mat-card-subtitle fxLayoutAlign="center">
<div>
{{ room.shortId.slice(0,4) }} {{ room.shortId.slice(4,8) }} {{ room.shortId.slice(0,4) }} {{ room.shortId.slice(4,8) }}
</div>
</mat-card-subtitle> </mat-card-subtitle>
</mat-card-header> </mat-card-header>
<mat-divider></mat-divider> <mat-divider></mat-divider>
...@@ -52,7 +50,7 @@ ...@@ -52,7 +50,7 @@
</button> </button>
</mat-grid-tile> </mat-grid-tile>
<mat-grid-tile> <mat-grid-tile>
<button mat-icon-button class="warn" (click)="openDeletionRoomDialog()" <button mat-icon-button color="warn" (click)="openDeletionRoomDialog()"
matTooltip="{{ 'room-page.delete-room' | translate}}"> matTooltip="{{ 'room-page.delete-room' | translate}}">
<mat-icon>delete_forever</mat-icon> <mat-icon>delete_forever</mat-icon>
</button> </button>
......
...@@ -23,7 +23,3 @@ button { ...@@ -23,7 +23,3 @@ button {
width:100% !important; width:100% !important;
font-size:48px !important; font-size:48px !important;
} }
.warn {
color: #ff8a80;
}
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