From 38a699f714dafe21cb723ba463785d64ca85114a Mon Sep 17 00:00:00 2001 From: Rustam Galiev Date: Sun, 23 Apr 2017 18:59:51 +0300 Subject: [PATCH] css fix --- app/assets/stylesheets/active_admin/editor.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/active_admin/editor.css.scss b/app/assets/stylesheets/active_admin/editor.css.scss index 448240a..4b72b78 100644 --- a/app/assets/stylesheets/active_admin/editor.css.scss +++ b/app/assets/stylesheets/active_admin/editor.css.scss @@ -22,7 +22,7 @@ body form .html_editor { border-top: 1px solid lighten(#C9D0D6, 10%); &:focus { - box-shadow: none; + shadow: none; border: 1px solid #C9D0D6; border-top: 1px solid lighten(#C9D0D6, 10%); }