Bug 1451666: Set default cursor style to root element of animation inspector and pointer style to summary graph. r=gl

MozReview-Commit-ID: EZi6h9AWjtO

--HG--
extra : rebase_source : 97607ddff0a039e44fd6059f5993b9037ff28ef6
This commit is contained in:
Daisuke Akatsuka 2018-04-06 17:15:53 +09:00
parent d22026fa5d
commit 9946fe2417

View File

@ -32,6 +32,7 @@
/* Root element of animation inspector */
#animation-container {
cursor: default;
display: flex;
flex-direction: column;
height: 100%;
@ -200,12 +201,9 @@ select.playback-rate-selector.devtools-button:not(:empty):not(:disabled):not(.ch
width: var(--sidebar-width);
}
.animation-target .tag-name {
cursor: default;
}
/* Summary Graph */
.animation-summary-graph {
cursor: pointer;
height: 100%;
padding-top: 5px;
position: relative;