Skip to content
Snippets Groups Projects
Commit 50c41edd authored by Fadil's avatar Fadil Committed by bouhaddouzay
Browse files

[FIX TRTL-566] Fix more button icon size

parent e0132fae
No related branches found
No related tags found
No related merge requests found
<button #trigger="matMenuTrigger" [matMenuTriggerFor]="moreMenu" class="btn outline outline-primary"
<button #trigger="matMenuTrigger" [matMenuTriggerFor]="moreMenu" class="btn outline outline-primary"
[ngClass]="{'btn-circle large' : icon && !label}" [class.hidden]="trigger.menuOpen">
<i *ngIf="icon" class="material-icons" [class.mr-3]="label">{{icon}}</i>
{{label}}
......
button {
> i {
font-weight: bold;
}
}
::ng-deep {
.more-action-menu.mat-menu-panel {
background: none;
......
......@@ -134,6 +134,10 @@
&.large {
width: 50px;
height: 50px;
> i {
font-size: x-large!important;
}
}
&.small {
......
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