Skip to content

Commit

Permalink
fix: remove hardcoded css
Browse files Browse the repository at this point in the history
  • Loading branch information
lizable committed Aug 29, 2024
1 parent 7962a36 commit 3ac3fa5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions react/src/components/BAISider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,6 @@ const BAISider: React.FC<BAISiderProps> = ({
.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;
}
`}
</style>
<Sider
Expand Down

0 comments on commit 3ac3fa5

Please sign in to comment.