Merge branch 'MDL-63840-master' of https://github.com/lucaboesch/moodle

This commit is contained in:
Jun Pataleta 2018-11-08 11:32:12 +08:00
commit ba8c81ba4a
2 changed files with 8 additions and 0 deletions

View File

@ -110,6 +110,10 @@
img.actionmenu {
width: auto;
}
.toggle-display[role="menuitem"] img.icon {
width: 22px;
vertical-align: middle;
}
}
}
}

View File

@ -16084,6 +16084,10 @@ body {
.editing .block .header .commands img.actionmenu {
width: auto;
}
.editing .block .header .commands .toggle-display[role="menuitem"] img.icon {
width: 22px;
vertical-align: middle;
}
.jsenabled .block.hidden .content {
display: none;
}