Bug 1470345: Set stroke to summary graph. r=jdescottes

MozReview-Commit-ID: GIQItU0VH9C

--HG--
extra : rebase_source : 46316b15c60ad3818da1b2352621aeaf7c46c65a
This commit is contained in:
Daisuke Akatsuka 2018-06-25 10:40:59 +09:00
Родитель 696d9f1858
Коммит 3930107a17
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -245,6 +245,7 @@ select.playback-rate-selector.devtools-button:not(:empty):not(:disabled):not(.ch
.animation-computed-timing-path path {
fill: var(--graph-color);
fill-opacity: var(--graph-opacity);
stroke: var(--graph-color);
vector-effect: non-scaling-stroke;
transform: scale(1, -1);
}
@ -267,7 +268,9 @@ select.playback-rate-selector.devtools-button:not(:empty):not(:disabled):not(.ch
.animation-computed-timing-path path.infinity-duration,
.animation-effect-timing-path path.infinity-duration {
mask-clip: stroke-box;
mask-image: linear-gradient(90deg, black, transparent);
mask-origin: stroke-box;
}
.animation-negative-delay-path path,