@salesforcedevs/dx-components 1.3.280 → 1.3.281
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/dx-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.281",
|
|
4
4
|
"description": "DX Lightning web components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"volta": {
|
|
47
47
|
"node": "16.19.1"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "edd478fad860df7ccdc7a91f416aaabb376ecf71"
|
|
50
50
|
}
|
|
@@ -17,11 +17,15 @@
|
|
|
17
17
|
cursor: default;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
/* Specificity of this rule is required to override default "base" card behavior */
|
|
20
|
+
/* Specificity of this rule and the next is required to override default "base" card behavior */
|
|
21
21
|
.card.dx-card-base.not-clickable:hover {
|
|
22
22
|
box-shadow: var(--dx-g-box-shadow-sm); /* no shadow as if clickable */
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
.card.dx-card-base.not-clickable:hover dx-card-title {
|
|
26
|
+
--dx-c-card-title-color: var(--dx-g-text-heading-color);
|
|
27
|
+
}
|
|
28
|
+
|
|
25
29
|
.image {
|
|
26
30
|
width: 100%;
|
|
27
31
|
height: 160px;
|