Add icon button style.
This commit is contained in:
committed by
Florian THIERRY
parent
1a00d0cd19
commit
295f977a21
@@ -1,6 +1,7 @@
|
||||
<div class="left">
|
||||
<button type="button"
|
||||
(click)="sideMenu.open()"
|
||||
class="cod-btn icon"
|
||||
matTooltip="Click to show side menu"
|
||||
matRipple
|
||||
i18n-matTooltip>
|
||||
@@ -18,8 +19,8 @@
|
||||
|
||||
<div class="right">
|
||||
@if (isAuthenticated) {
|
||||
<button mat-button
|
||||
class="button"
|
||||
<button type="button"
|
||||
class="cod-btn icon"
|
||||
[matMenuTriggerFor]="authenticatedUserMenu"
|
||||
matRipple>
|
||||
<mat-icon>more_vert</mat-icon>
|
||||
|
||||
Reference in New Issue
Block a user