From eeb826ee97060c0fa0f28b0ffee0524b697d005a Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 20 Jul 2017 12:21:32 +0300 Subject: [PATCH] showRegExpTester: don't blink favicons on typing --- edit/edit.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/edit/edit.css b/edit/edit.css index f41e93cb..bdf53116 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -330,8 +330,6 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar position: absolute; margin-left: -20px; margin-top: -1px; - animation: fadein 1s cubic-bezier(.03, .67, .08, .94); - animation-fill-mode: both; } /************ help popup ************/ #help-popup {