Skip to content

Commit

Permalink
fix: add cursor: pointer to p-menubar-item scss class and change …
Browse files Browse the repository at this point in the history
…`px` to `rem`
  • Loading branch information
benji-bitfly committed Nov 27, 2024
1 parent f92cd4d commit 7b6d885
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/assets/css/prime_menubar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@
border-color: var(--primary-color);
}
> .p-menubar-item-content {
cursor: pointer;
padding: var(--padding-small) var(--padding);
border-radius: var(--border-radius);
height: 27px;
margin-top: 1px;
height: 1.6875rem;
margin-top: 0.0625rem;
justify-content: center;

&:not(:has(.text)) {
padding-left: 8px;
padding-right: 8px;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
}

Expand Down

0 comments on commit 7b6d885

Please sign in to comment.