- Add hover style
- Add default theme reference - Revert react-grid-layout to 1.3.4 Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
//Global Styles.
|
||||
@import "react-big-calendar/lib/sass/styles";
|
||||
|
||||
.ant-menu-item-divider {
|
||||
border-bottom: 1px solid #74695c !important;
|
||||
}
|
||||
|
||||
.ant-menu-dark .ant-menu-item:hover {
|
||||
background-color: #1890ff !important;
|
||||
}
|
||||
|
||||
.imex-table-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -13,6 +13,7 @@ import reportWebVitals from "./reportWebVitals";
|
||||
import "./translations/i18n";
|
||||
import "./utils/CleanAxios";
|
||||
import {ConfigProvider} from "antd";
|
||||
import {defaultTheme} from "@ant-design/compatible";
|
||||
//import { BrowserTracing } from "@sentry/tracing";
|
||||
//import "antd/dist/antd.css";
|
||||
// import "antd/dist/antd.less";
|
||||
@@ -64,12 +65,9 @@ function App() {
|
||||
|
||||
// Used for ANTD Component Tokens
|
||||
// https://ant.design/docs/react/migrate-less-variables
|
||||
const themeConfig = {
|
||||
};
|
||||
|
||||
|
||||
// TODO - Client Update - At a later time it might be worth removing these defaults
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<ConfigProvider theme={themeConfig}>
|
||||
<ConfigProvider theme={defaultTheme}>
|
||||
<App />
|
||||
</ConfigProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user