Fixes: U4-7797 Remove context-menu divider when there only is one action

This commit is contained in:
Mads Rasmussen
2016-01-21 19:10:29 +01:00
parent d86db6b2cd
commit ca5f317a90

View File

@@ -368,6 +368,10 @@ div.locked:before{
border-top: 1px solid #efefef;
}
.umb-actions li.sep:first-child {
border-top: none;
}
.umb-actions a {
white-space: nowrap;
display: block;