diff --git a/core/modules/outside_in/css/outside_in.motion.css b/core/modules/outside_in/css/outside_in.motion.css index 8fbf5cb34afc99804a3bb9a427b9aec00f330d56..8e1981150c5fff876313355363c16c33b14cff50 100644 --- a/core/modules/outside_in/css/outside_in.motion.css +++ b/core/modules/outside_in/css/outside_in.motion.css @@ -32,8 +32,8 @@ /* Transition the editables on the page, their contextual links and their hover states. */ #main-canvas-wrapper .contextual, -#main-canvas-wrapper .outside-in-editable, -#main-canvas-wrapper.js-tray-open .outside-in-editable { +#main-canvas-wrapper .js-outside-in-edit-mode .outside-in-editable, +#main-canvas-wrapper.js-tray-open .js-outside-in-edit-mode .outside-in-editable { -webkit-transition: all .7s ease; -moz-transition: all .7s ease; transition: all .7s ease;