commit 725a617fc6088c25b41b1a6b7959f265d07886b3
parent 07933f52c82095350448373f539a229e36e20531
Author: Chloe Zhou <chloezhouny@gmail.com>
Date: Sat, 8 Nov 2025 03:23:12 +0000
Bug 1998819 - changed preview link key points chevron rotate direction to rotate towards the text r=Mardak,firefox-ai-ml-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D271712
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/components/genai/content/link-preview-card.css b/browser/components/genai/content/link-preview-card.css
@@ -91,7 +91,7 @@
}
.keypoints-header:has(+ .keypoints-content:not(.hidden)) .chevron-icon {
- transform: rotateZ(180deg);
+ transform: rotateZ(-180deg);
}
img.icon {