Update to Drupal 8.2.4. For more information, see https://www.drupal.org/project/drupal/releases/8.2.4
This commit is contained in:
parent
0a95b8440e
commit
8544b60b39
284 changed files with 12980 additions and 3199 deletions
|
@ -38,12 +38,3 @@
|
|||
[dir="rtl"] .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.offcanvas-lining {
|
||||
background: #333;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue