зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1470345: Set stroke to summary graph. r=jdescottes
MozReview-Commit-ID: GIQItU0VH9C --HG-- extra : rebase_source : 46316b15c60ad3818da1b2352621aeaf7c46c65a
This commit is contained in:
Родитель
696d9f1858
Коммит
3930107a17
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче