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
Родитель d22026fa5d
Коммит 9946fe2417
1 изменённых файлов: 2 добавлений и 4 удалений

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

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