Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Aug 9, 2023
1 parent bbbc392 commit b65a8b4
Show file tree
Hide file tree
Showing 3 changed files with 6,582 additions and 6,454 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@
"rules": {
"property-no-vendor-prefix": null,
"selector-no-vendor-prefix": null,
"value-no-vendor-prefix": null
"value-no-vendor-prefix": null,
"selector-class-pattern": null
}
}
}
}
8 changes: 4 additions & 4 deletions style/widget.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*-----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
| Copyright (c) ipylab contributors.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
|---------------------------------------------------------------------------- */

/* Default Split Handle Color*/
/* Default Split Handle Color */
.jp-JupyterLuminoSplitPanelWidget .p-SplitPanel-handle {
background-color: var(--jp-border-color2);
}
Expand All @@ -15,7 +15,7 @@

.jp-SideBar.jp-mod-left .p-mod-closable .p-TabBar-tabCloseIcon,
.jp-SideBar.jp-mod-right .p-mod-closable .p-TabBar-tabCloseIcon {
padding: 4px 0px 4px 4px;
padding: 4px 0 4px 4px;
background-size: 16px;
height: 16px;
width: 16px;
Expand Down
Loading

0 comments on commit b65a8b4

Please sign in to comment.