Skip to content

Commit

Permalink
Remove unused ag-theme-balham-dark.min.css
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Mar 29, 2023
1 parent 17ac451 commit d158709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ export async function getTableHtml(webview: Webview, file: string): Promise<stri
<script src="${String(webview.asWebviewUri(Uri.file(path.join(resDir, 'ag-grid-community.min.noStyle.js'))))}"></script>
<link href="${String(webview.asWebviewUri(Uri.file(path.join(resDir, 'ag-grid.min.css'))))}" rel="stylesheet">
<link href="${String(webview.asWebviewUri(Uri.file(path.join(resDir, 'ag-theme-balham.min.css'))))}" rel="stylesheet">
<link href="${String(webview.asWebviewUri(Uri.file(path.join(resDir, 'ag-theme-balham-dark.min.css'))))}" rel="stylesheet">
<script>
const dateFilterParams = {
browserDatePicker: true,
Expand Down

0 comments on commit d158709

Please sign in to comment.