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 bc629aa commit 396c248Copy full SHA for 396c248
.changeset/nine-impalas-tease.md
@@ -0,0 +1,5 @@
1
+---
2
+"@ultraviolet/plus": patch
3
4
+
5
+`ContentCard`: image should not be disabled when `disabled=false`
packages/plus/src/components/ContentCard/styles.css.ts
@@ -89,7 +89,7 @@ export const subContainer = styleVariants({
89
const imageBase = style({
90
objectFit: 'cover',
91
selectors: {
92
- '&[data-disabled]': {
+ '&[data-disabled="true"]': {
93
filter: 'grayscale(1)',
94
},
95
0 commit comments