Skip to content

Commit

Permalink
visual fix on simple menu submenu (add)
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloTorreras committed Jul 25, 2018
1 parent 65ee162 commit 21c5ed9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hsDarkIde.css
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,10 @@ body.design-manager.ext-dark-theme .sidebar-group-controls{
body.design-manager.ext-dark-theme .simple-menus-menu{
background: var(--body-background);
}
/** simple menu add submenu */
body.design-manager.ext-dark-theme .simple-menus-menu .simple-menus-menu-node-divider-option-button:hover{
background: var(--body-background-hover);
}

/**
/*
Expand Down

0 comments on commit 21c5ed9

Please sign in to comment.