// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.Menu should render correctly 1`] = ` .c0 { margin-bottom: 8px; padding: 0px; outline: none; } .c2 { padding-top: 8px; padding-bottom: 8px; list-style-type: none; } .c2.rc-menu-item-active { color: #fd9800; cursor: pointer; } .c2.rc-menu-item-selected { color: #fd9800; } .c1 { margin-bottom: 16px; list-style-type: none; } .c1 > .rc-menu-item-group-title { font-weight: 400; padding: 8px 0; } .c1 > .rc-menu-item-group-list { padding: 0; } `;