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 7eecd96 commit 80b3b78Copy full SHA for 80b3b78
components/card/index.css
@@ -137,16 +137,11 @@ governing permissions and limitations under the License.
137
--highcontrast-card-border-color,
138
var(--mod-card-border-color, var(--spectrum-card-border-color))
139
);
140
- /* @deprecation --mod-spectrum-card-background-color has been renamed to
141
- --mod-card-background-color. The fallback will be removed in a future version. */
142
background-color: var(
143
--highcontrast-card-background-color,
144
var(
145
- --mod-card-background-color,
146
- var(
147
- --mod-spectrum-card-background-color,
148
- var(--spectrum-card-background-color)
149
- )
+ --mod-spectrum-card-background-color,
+ var(--spectrum-card-background-color)
150
)
151
152
0 commit comments