зеркало из 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 */
|
||||
#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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче