mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 19:36:42 +00:00
Improve context menu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user