@financial-times/o-topper 5.4.1 → 5.4.2
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [5.4.2](https://www.github.com/Financial-Times/origami/compare/o-topper-v5.4.1...o-topper-v5.4.2) (2022-11-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* remove background from figcaption on toppers ([df93a9a](https://www.github.com/Financial-Times/origami/commit/df93a9a61aee25339a737c959df87d30cb29d4b9))
|
|
9
|
+
|
|
3
10
|
### [5.4.1](https://www.github.com/Financial-Times/origami/compare/o-topper-v5.4.0...o-topper-v5.4.1) (2022-11-16)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
package/src/scss/_mixins.scss
CHANGED
|
@@ -240,8 +240,7 @@
|
|
|
240
240
|
// include oTopperColor on a parent then extend this placeholder on a
|
|
241
241
|
// descendent to lend that descendent the color you specified in the mixin
|
|
242
242
|
.o-topper__background,
|
|
243
|
-
.o-topper__content
|
|
244
|
-
.o-topper__image-credit {
|
|
243
|
+
.o-topper__content {
|
|
245
244
|
background-color: $background;
|
|
246
245
|
}
|
|
247
246
|
|