Update file browser example CSS to load in correct order of priority.
@@ -5,7 +5,6 @@
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript" src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>
- <link href="index.css" rel="stylesheet">
</head>
<body>
<script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}" }</script>
@@ -51,6 +51,7 @@ import {
import 'jupyterlab/lib/basestyle/index.css';
import 'jupyterlab/lib/default-theme/index.css';
+import '../index.css';
function main(): void {