Skip to content

Commit 53ef6e6

Browse files
committed
Remove rotated icon
1 parent d8eba3d commit 53ef6e6

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/app/layout/app.menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class AppMenuComponent implements OnInit {
2727
{ label: 'Input', icon: 'pi pi-fw pi-check-square', routerLink: ['/uikit/input'] },
2828
{ label: 'Float Label', icon: 'pi pi-fw pi-bookmark', routerLink: ['/uikit/floatlabel'] },
2929
{ label: 'Invalid State', icon: 'pi pi-fw pi-exclamation-circle', routerLink: ['/uikit/invalidstate'] },
30-
{ label: 'Button', icon: 'pi pi-fw pi-mobile', routerLink: ['/uikit/button'], class: 'rotated-icon' },
30+
{ label: 'Button', icon: 'pi pi-fw pi-box', routerLink: ['/uikit/button'] },
3131
{ label: 'Table', icon: 'pi pi-fw pi-table', routerLink: ['/uikit/table'] },
3232
{ label: 'List', icon: 'pi pi-fw pi-list', routerLink: ['/uikit/list'] },
3333
{ label: 'Tree', icon: 'pi pi-fw pi-share-alt', routerLink: ['/uikit/tree'] },

src/assets/layout/styles/layout/_menu.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@
7777
transition: transform $transitionDuration;
7878
}
7979

80-
&.rotated-icon {
81-
.layout-menuitem-icon {
82-
transform: rotate(90deg);
83-
}
84-
}
85-
8680
&.active-route {
8781
font-weight: 700;
8882
color: var(--primary-color);

0 commit comments

Comments
 (0)