Extract out menu icon CSS, refs #981

This commit is contained in:
Simon Willison 2020-09-30 16:55:00 -07:00
commit 141544613f
2 changed files with 8 additions and 4 deletions

View file

@ -388,6 +388,13 @@ button.button-as-link {
font-size: 1em;
}
svg.dropdown-menu-icon {
display: inline-block;
position: relative;
top: 2px;
cursor: pointer;
opacity: 0.8;
}
.dropdown-menu {
display: inline-flex;
border: 1px solid #ccc;