style: add border between menu and submenu (#10698)

This commit is contained in:
ʈᵃᵢ
2020-08-27 14:15:22 -07:00
committed by GitHub
parent 6ed36552e6
commit 937b868321
3 changed files with 8 additions and 4 deletions

View File

@@ -18,7 +18,8 @@
*/
import React from 'react';
import { shallow, mount } from 'enzyme';
import { Nav, NavDropdown, MenuItem } from 'react-bootstrap';
import { Nav, MenuItem } from 'react-bootstrap';
import NavDropdown from 'src/components/NavDropdown';
import { supersetTheme, ThemeProvider } from '@superset-ui/style';
import Menu from 'src/components/Menu/Menu';