We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5067381 + 8984684 commit d3c516cCopy full SHA for d3c516c
.changeset/friendly-peaches-knock.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Bug: ActionList-item disabled state
src/actionlist/action-list-item.scss
@@ -237,7 +237,7 @@
237
238
// disabled
239
&[aria-disabled='true'] {
240
- .ActionList-item-content {
+ .ActionList-content {
241
.ActionList-item-label,
242
.ActionList-item-description {
243
color: var(--color-primer-fg-disabled);
@@ -246,12 +246,12 @@
246
.ActionList-item-visual {
247
fill: var(--color-primer-fg-disabled);
248
}
249
+ }
250
- @media (hover: hover) {
251
- &:hover {
252
- cursor: not-allowed;
253
- background-color: transparent;
254
- }
+ @media (hover: hover) {
+ &:hover {
+ cursor: not-allowed;
+ background-color: transparent;
255
256
257
0 commit comments