MDL-63840 theme: block menu cog size.

This commit is contained in:
Luca Bösch 2018-11-01 19:34:58 +01:00
parent 4ead20ffea
commit f7dec77e56
2 changed files with 8 additions and 0 deletions

View file

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

View file

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