Skip to content

Commit

Permalink
Fix dashboard elements border radius
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <[email protected]>
  • Loading branch information
marcoambrosini committed Jul 4, 2024
1 parent a671ba4 commit 50532ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/NcDashboardWidget/NcDashboardWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default {
&:hover,
&:focus {
background-color: var(--color-background-hover);
border-radius: var(--border-radius-large);
border-radius: var(--border-radius-element, var(--border-radius-large));
color: var(--color-main-text);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
&:hover,
&:focus {
background-color: var(--color-background-hover);
border-radius: var(--border-radius-large);
border-radius: var(--border-radius-element, var(--border-radius-large));
}
.item-avatar {
position: relative;
Expand Down

0 comments on commit 50532ba

Please sign in to comment.