aboutsummaryrefslogtreecommitdiff
path: root/ext/data/structured-content-style.json
diff options
context:
space:
mode:
authorStephen Kraus <8003332+stephenmk@users.noreply.github.com>2023-12-22 19:17:17 -0600
committerGitHub <noreply@github.com>2023-12-23 01:17:17 +0000
commit93cdbe4b718f9f7a2cd0d6efc545ec51d049812f (patch)
treefd5026b3ed4432a98d361063e13084139edb4e81 /ext/data/structured-content-style.json
parentc18141a09b519a8ea650874aa09c06d7fa4fb98d (diff)
Add support for alt attribute on structured content images (#359)
* Add support for alt attribute on structured content images * Add new `alt` property for structured content images * Update test script with new media file count --------- Co-authored-by: stephenmk <stephenmk@users.noreply.github.com>
Diffstat (limited to 'ext/data/structured-content-style.json')
-rw-r--r--ext/data/structured-content-style.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/data/structured-content-style.json b/ext/data/structured-content-style.json
index fe222486..52bd41c8 100644
--- a/ext/data/structured-content-style.json
+++ b/ext/data/structured-content-style.json
@@ -169,7 +169,7 @@
{
"selectors": [".gloss-image-link[data-appearance=monochrome] .gloss-image"],
"styles": [
- ["visibility", "hidden"]
+ ["opacity", "0"]
]
},
{