commit 45e3c8634099e0f57fa0e7660dba85580a5dd8e7
parent 8edda4e3f737060e96000817c392bcd922807aea
Author: Cristina Horotan <chorotan@mozilla.com>
Date: Sat, 8 Nov 2025 03:40:15 +0200
Revert "Bug 1998819 - changed preview link key points chevron rotate direction to rotate towards the text r=Mardak,firefox-ai-ml-reviewers" for causing Bugzilla failure
This reverts commit 8edda4e3f737060e96000817c392bcd922807aea.
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 {