Improve context menu

This commit is contained in:
John Furrow
2016-03-19 15:24:52 +01:00
parent 943e5e60a8
commit 5112331915
6 changed files with 45 additions and 18 deletions
@@ -10,6 +10,7 @@ $menu--item--foreground: #95a2ad;
$menu--item--foreground--hover: darken($menu--item--foreground, 10%);
$menu--item--secondary--foreground: lighten($menu--item--foreground, 20%);
$menu--item--foreground--active: $blue;
$menu--item--separator--background: $menu--container--border;
.menu {
background: $menu--background;
@@ -53,6 +54,13 @@ $menu--item--foreground--active: $blue;
}
}
&--separator {
background: $menu--item--separator--background;
height: 1px;
margin: 5px 0;
padding: 0;
}
&.is-selectable {
cursor: pointer;
display: block;