MDL-43558 theme_base: We don't need edit toggle if modeditingmenu is disabled

This commit is contained in:
David Monllao
2015-04-07 16:25:37 +08:00
parent 3c5c1fc348
commit 41fecc5d7f
+3
View File
@@ -142,6 +142,9 @@
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;