Skip to content
Snippets Groups Projects
Commit 2c0f8828 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2826763 by tedbow, samuel.mortenson: Outside In motion selectors not scoped down enough

parent ea1bc99c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment