Skip to content

Commit

Permalink
HxContextMenu - default border size CSS var -> small
Browse files Browse the repository at this point in the history
  • Loading branch information
crdo committed Aug 7, 2023
1 parent 5a873fd commit 6e0d8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Havit.Blazor.Components.Web.Bootstrap/wwwroot/defaults.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
/* HxContextMenu */
--hx-context-menu-button-color: unset;
--hx-context-menu-button-border: unset;
--hx-context-menu-button-border-radius: var(--bs-border-radius);
--hx-context-menu-button-border-radius: var(--bs-border-radius-sm);
--hx-context-menu-button-padding: 0 .25rem;
--hx-context-menu-button-hover-background: var(--bs-secondary-bg);
--hx-context-menu-item-icon-margin: 0 .5rem 0 0;
Expand Down

0 comments on commit 6e0d8a4

Please sign in to comment.