Merge branch 'MDL-67472-37' of git://github.com/bmbrands/moodle into MOODLE_37_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2020-01-28 22:59:36 +01:00
+2 -2
View File
@@ -25,7 +25,7 @@ $drawer-offscreen-gutter: 20px !default;
}
/* Use a variable for the drawer background colors. */
$drawer-bg: $gray-lighter !default;
$drawer-bg: darken($body-bg, 5%) !default;
[data-region="drawer"] {
position: fixed;
@@ -36,7 +36,7 @@ $drawer-bg: $gray-lighter !default;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
z-index: $zindex-dropdown - 1;
background-color: darken($body-bg, 5%);
background-color: $drawer-bg;
-webkit-transition: right 0.5s ease, left 0.5s ease;
-moz-transition: right 0.5s ease, left 0.5s ease;
transition: right 0.5s ease, left 0.5s ease;