We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9aa4b commit b384225Copy full SHA for b384225
.changeset/cuddly-frogs-bow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+Fix Button styles while dragging inactive variants
packages/react/src/Button/ButtonBase.module.css
@@ -503,7 +503,8 @@
503
/* Inactive */
504
505
&:where([data-inactive]),
506
- &:where([data-inactive]):hover {
+ &:where([data-inactive]):hover,
507
+ &:where([data-inactive]):active {
508
color: var(--button-inactive-fgColor);
509
cursor: auto;
510
background-color: var(--button-inactive-bgColor);
0 commit comments