From b78110aa1c595bbfb9d3191621e80c3d4de2dcf4 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 17 Dec 2017 21:59:07 +0300 Subject: [PATCH] .CodeMirror-dialog: shorten yellow highlight bright phase --- edit/codemirror-default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/codemirror-default.css b/edit/codemirror-default.css index 72370f4c..1885a31a 100644 --- a/edit/codemirror-default.css +++ b/edit/codemirror-default.css @@ -12,7 +12,7 @@ background: none; } .CodeMirror-dialog { - -webkit-animation: highlight 3s ease-out; + -webkit-animation: highlight 3s cubic-bezier(.18, .02, 0, .94); } .CodeMirror-focused { outline: -webkit-focus-ring-color auto 5px;