commit 8edda4e3f737060e96000817c392bcd922807aea
parent f89fa462fd0d361229c370d6565613916d2dd42d
Author: Chloe Zhou <chloezhouny@gmail.com>
Date: Sat, 8 Nov 2025 01:09:43 +0000
Bug 1998819 - changed preview link key points chevron rotate direction to rotate towards the text r=Mardak,firefox-ai-ml-reviewers
changed preview link key points chevron rotate direction to rotate towards the text
Differential Revision: https://phabricator.services.mozilla.com/D271712
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Agent b/Agent
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 {