Skip to content

Commit 91f3af8

Browse files
authored
Avoid split in SCSS definition for .is-loadable-placeholder (#4555)
* Avoid split in SCSS definition for .is-loadable-placeholder * Changelog * Remove trailing quote from changelog entry
1 parent 3643f86 commit 91f3af8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* Tweak - Update checkout error message for invalid API key to be more generic and user-friendly
2525
* Tweak - Disable Amazon Pay in the merchant's Payment Method Configuration object if it is still behind a feature flag
2626
* Fix - Only clear customer cache when an action has been performed
27+
* Dev - Minor CSS change to comply with a SASS rule deprecation
2728
* Dev - Remove LPM feature flags
2829

2930
= 9.7.1 - 2025-07-28 =

client/components/loadable/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
animation: loading-fade 1.6s ease-in-out infinite;
55
background-color: $light-gray-500;
66
color: transparent;
7+
display: inline-block;
78

89
@media screen and ( prefers-reduced-motion: reduce ) {
910
animation: none;
1011
}
11-
display: inline-block;
1212

1313
&.is-inline {
1414
display: inline;

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
133133
* Tweak - Update checkout error message for invalid API key to be more generic and user-friendly
134134
* Tweak - Disable Amazon Pay in the merchant's Payment Method Configuration object if it is still behind a feature flag
135135
* Fix - Only clear customer cache when an action has been performed
136+
* Dev - Minor CSS change to comply with a SASS rule deprecation
136137
* Dev - Remove LPM feature flags
137138

138139
[See changelog for full details across versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

0 commit comments

Comments
 (0)