| Index: Source/devtools/front_end/sourcesView.css
|
| diff --git a/Source/devtools/front_end/sourcesView.css b/Source/devtools/front_end/sourcesView.css
|
| index fdbac7b7e7d659f1310a96e75921b34020c2f085..71a469b6d646786a39be88f25799479a2a9a16e8 100644
|
| --- a/Source/devtools/front_end/sourcesView.css
|
| +++ b/Source/devtools/front_end/sourcesView.css
|
| @@ -116,9 +116,11 @@ button.status-bar-item.scripts-navigator-show-hide-button {
|
|
|
| .source-frame-infobar {
|
| margin-top: 0;
|
| - -webkit-animation: source-frame-infobar-reveal 0.1s;
|
| }
|
|
|
| +.source-frame-infobar-animation {
|
| + -webkit-animation: source-frame-infobar-reveal 0.1s;
|
| +}
|
| @-webkit-keyframes source-frame-infobar-reveal {
|
| from { margin-top: -24px; }
|
| to { margin-top: 0; }
|
|
|