diff --git a/react/src/components/BAISider.tsx b/react/src/components/BAISider.tsx index e532c8e12..7e9f8b223 100644 --- a/react/src/components/BAISider.tsx +++ b/react/src/components/BAISider.tsx @@ -53,23 +53,6 @@ const BAISider: React.FC = ({ .bai-sider .non-draggable { -webkit-app-region: no-drag; } - .bai-menu li.ant-menu-item.ant-menu-item-selected { - border-radius: 20px; - background-color: #FFE3B7 !important; - } - .bai-menu li.ant-menu-item.ant-menu-item-selected > span.ant-menu-title-content { - color: #FF7A00 !important; - font-weight: normal; - } - .bai-menu li.ant-menu-item.ant-menu-item-selected::before { - width: 0px !important; - } - .bai-menu li.ant-menu-item.ant-menu-item-selected > span.anticon.ant-menu-item-icon { - color: #FF7A00 !important; - } - .bai-menu span.ant-menu-title-content { - color: #333; - } `}