diff --git a/.changeset/slow-schools-grow.md b/.changeset/slow-schools-grow.md new file mode 100644 index 000000000..8dc2f7020 --- /dev/null +++ b/.changeset/slow-schools-grow.md @@ -0,0 +1,11 @@ +--- +"@astrouxds/astro-web-components": patch +"angular-workspace": patch +"@astrouxds/angular": patch +"astro-angular": patch +"astro-react": patch +"astro-vue": patch +"@astrouxds/react": patch +--- + +Fixed button bug when clicking and dragging over an icon-only, borderless button diff --git a/packages/web-components/src/components/rux-button/rux-button.scss b/packages/web-components/src/components/rux-button/rux-button.scss index 042893680..8f550855a 100644 --- a/packages/web-components/src/components/rux-button/rux-button.scss +++ b/packages/web-components/src/components/rux-button/rux-button.scss @@ -116,6 +116,7 @@ ::slotted(rux-icon) { color: var(--color-background-interactive-default); } + background: none; } rux-icon, ::slotted(rux-icon) {