Bug 1473201: Change fill-opacity for color path to show actual color. r?jdescottes draft
authorDaisuke Akatsuka <dakatsuka@mozilla.com>
Wed, 04 Jul 2018 11:19:10 +0900
changeset 813887 ccba4588f9d27c2444f75987cfb545438e4716dd
parent 813885 4364fc5c138ec8f8947732d95940a1cb39509242
push id115038
push userbmo:dakatsuka@mozilla.com
push dateWed, 04 Jul 2018 02:19:48 +0000
reviewersjdescottes
bugs1473201
milestone63.0a1
Bug 1473201: Change fill-opacity for color path to show actual color. r?jdescottes MozReview-Commit-ID: HlDpuKkM5Se
devtools/client/themes/animation.css
--- a/devtools/client/themes/animation.css
+++ b/devtools/client/themes/animation.css
@@ -519,16 +519,17 @@ select.playback-rate-selector.devtools-b
 }
 
 .keyframes-graph.transform .keyframes-graph-path path {
   fill: var(--yellow-50);
   stroke: var(--yellow-60);
 }
 
 .keyframes-graph-path .color-path path {
+  fill-opacity: 1;
   stroke: none;
 }
 
 .keyframes-graph .keyframes-graph-path .hint path {
   fill: none;
   stroke-linecap: round;
   stroke-opacity: 0;
 }