зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d22026fa5d
Коммит
9946fe2417
|
@ -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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче