Skip to content

Commit

Permalink
[HxButton] - remove icon color CSS var from defaults.css and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvey1214 committed Feb 24, 2023
1 parent 8db2641 commit c70ad2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
<ComponentApiDocCssVariable Name="--hx-button-space-between-text-icon" Default="0.25rem">
Space between the text and the icon.
</ComponentApiDocCssVariable>
<ComponentApiDocCssVariable Name="--hx-button-icon-color" Default="unset">
Color of the icon. By default, icon color is the same as text color.
</ComponentApiDocCssVariable>
</CssVariables>
</ComponentApiDoc>

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Havit.Blazor.Components.Web.Bootstrap/wwwroot/defaults.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
--hx-autosuggest-dropdown-menu-height: 300px;
/* HxButton */
--hx-button-space-between-text-icon: 0.25rem;
--hx-button-icon-color: unset;
/* HxSidebar */
--hx-sidebar-background-color: transparent;
--hx-sidebar-collapsed-width: 72px;
Expand Down

0 comments on commit c70ad2e

Please sign in to comment.