Skip to content

Commit

Permalink
MDL-63840 theme: block menu cog size.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Nov 7, 2018
1 parent 75bcad7 commit ab19279
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/bootstrapbase/less/moodle/blocks.less
Expand Up @@ -110,6 +110,10 @@
img.actionmenu {
width: auto;
}
.toggle-display[role="menuitem"] img.icon {
width: 22px;
vertical-align: bottom;
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -16017,6 +16017,10 @@ body {
.editing .block .header .commands img.actionmenu {
width: auto;
}
.editing .block .header .commands .toggle-display[role="menuitem"] img.icon {
width: 22px;
vertical-align: bottom;
}
.jsenabled .block.hidden .content {
display: none;
}
Expand Down

0 comments on commit ab19279

Please sign in to comment.