Browse Source

Add coupling for lists inside menus, fix box shadow showing as border #5603

revert-3432-patch-1
Jack 6 years ago
parent
commit
66df031f4b
1 changed files with 9 additions and 0 deletions
  1. 9
      src/definitions/collections/menu.less

9
src/definitions/collections/menu.less

@ -349,6 +349,15 @@
Coupling
*******************************/
/*--------------
List
---------------*/
/* Menu divider shouldnt apply */
.ui.menu .list .item:before {
background: none !important;
}
/*--------------
Sidebar
---------------*/

Loading…
Cancel
Save