Skip to content

Commit 509b1e6

Browse files
authored
Merge pull request #18 from IgniteUI/mdragnev/move-styles-hr
Move theme of hr sample to html instead of typescript
2 parents 5e5520f + 4609bf7 commit 509b1e6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

projects/hr-portal/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap" rel="stylesheet">
88
<link rel="shortcut icon" href="/favicon.ico" />
99
<link rel="stylesheet" href="/styles.scss">
10+
<link rel="stylesheet" href="./node_modules/igniteui-webcomponents-grids/grids/themes/light/fluent.css" />
1011
</head>
1112
<body class="ig-scrollbar ig-typography">
1213
<noscript>You need to enable JavaScript to run this app.</noscript>

projects/hr-portal/src/app/hr-portal/hr-portal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import {
2222
registerIcon,
2323
} from "igniteui-react";
2424
import "igniteui-react-grids/grids/combined";
25-
import "igniteui-react-grids/grids/themes/light/fluent.css";
2625
import { dataService } from "./../services/data.service";
2726
import { icons } from "../data/icons/Icons";
2827
import { Employee } from "../data/Models/Employee";

0 commit comments

Comments
 (0)