commit 4ae6e5e2086abb0d68e2c0f1b9d4b85bad794e6e
parent c90f6e1aed64834c0ceff1ee9c0af42312705aeb
Author: Nicolas Chevobbe <nchevobbe@mozilla.com>
Date: Tue, 21 Oct 2025 13:18:49 +0000
Bug 1995483 - [devtools] Improve contrast of animation names in timeline. r=devtools-reviewers,ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D269388
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devtools/client/themes/animation.css b/devtools/client/themes/animation.css
@@ -371,11 +371,11 @@ select.playback-rate-selector.devtools-button:not(:empty, :disabled, .checked):h
.animation-name text {
dominant-baseline: middle;
- fill: var(--theme-focus-outline-color);
+ fill: var(--theme-body-color);
paint-order: stroke;
stroke: var(--theme-body-background);
stroke-linejoin: round;
- stroke-opacity: 0.5;
+ stroke-opacity: 0.7;
stroke-width: 4;
text-anchor: end;
}