| Index: Source/devtools/front_end/elements/elementsPanel.css
|
| diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css
|
| index 0df58c9646fe3d5391be8238b62916add72d81ba..201ba1c4fd1d380128cc216f33407e2de96f47ac 100644
|
| --- a/Source/devtools/front_end/elements/elementsPanel.css
|
| +++ b/Source/devtools/front_end/elements/elementsPanel.css
|
| @@ -691,3 +691,19 @@ li.child-editing .styles-clipboard-only {
|
| .swatch-inner:hover {
|
| border: 1px solid rgba(64, 64, 64, 0.8);
|
| }
|
| +
|
| +.animationsSettings {
|
| + padding: 4px;
|
| +}
|
| +
|
| +.animationSectionBody {
|
| + display: none;
|
| +}
|
| +
|
| +.animationSectionBody.expanded {
|
| + display: block;
|
| +}
|
| +
|
| +.animationSectionBody .section {
|
| + border-bottom: 1px solid rgb(191, 191, 191);
|
| +}
|
|
|