Skip to content

Commit

Permalink
fix(button): icon-only borderless bug (#1345)
Browse files Browse the repository at this point in the history
* fix(button): icon-only borderless bug

* docs: changeset
  • Loading branch information
micahjones13 authored Sep 24, 2024
1 parent 4c4e3bc commit d1cb7d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/slow-schools-grow.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
::slotted(rux-icon) {
color: var(--color-background-interactive-default);
}
background: none;
}
rux-icon,
::slotted(rux-icon) {
Expand Down

0 comments on commit d1cb7d9

Please sign in to comment.