MDL-43558 theme_base: We don't need edit toggle if modeditingmenu is disabled
authorDavid Monllao <davidm@moodle.com>
Tue, 7 Apr 2015 02:57:23 +0000 (10:57 +0800)
committerDavid Monllao <davidm@moodle.com>
Tue, 7 Apr 2015 03:16:15 +0000 (11:16 +0800)
theme/base/style/course.css

index ef7d5d7..414856b 100644 (file)
     display: block;
 }
 .section .activity .moodle-actionmenu[data-enhanced] .menu {margin-left: -2.8em;}
+.section .activity .moodle-actionmenu:not([data-enhanced]) .menubar > li .toggle-display {
+    display: none;
+}
 .section img.iconsmall {
     vertical-align: text-bottom;
     width: 16px;