Bug 1463722: Set outline: none; to root element of animation inspector. r=gl

MozReview-Commit-ID: 2FJiBBcReAF

--HG--
extra : rebase_source : b1e3b268cefde4e9f3fb3038bb4a311f32d757b2
This commit is contained in:
Daisuke Akatsuka 2018-05-24 15:02:12 +09:00
parent 732182f0c9
commit 31b374ffcb

View File

@ -37,6 +37,7 @@
display: flex;
flex-direction: column;
height: 100%;
outline: none;
}
#animation-container .uncontrolled {