瀏覽代碼

rebase fix

telamonian 5 年之前
父節點
當前提交
f737a5aceb
共有 1 個文件被更改,包括 0 次插入28 次删除
  1. 0 28
      packages/notebook/style/status.css

+ 0 - 28
packages/notebook/style/status.css

@@ -1,28 +0,0 @@
-/*-----------------------------------------------------------------------------
-| Copyright (c) Jupyter Development Team.
-| Distributed under the terms of the Modified BSD License.
-|----------------------------------------------------------------------------*/
-
-/*
- * icons for light themes
- */
-
-[data-jp-theme-light='true'] .jp-StatusItem-untrusted {
-  background-image: url('./not-trusted-icon-light.svg');
-}
-
-[data-jp-theme-light='true'] .jp-StatusItem-trusted {
-  background-image: url('./trusted-icon-light.svg');
-}
-
-/*
- * icons for dark themes
- */
-
-[data-jp-theme-light='false'] .jp-StatusItem-untrusted {
-  background-image: url('./not-trusted-icon-dark.svg');
-}
-
-[data-jp-theme-light='false'] .jp-StatusItem-trusted {
-  background-image: url('./trusted-icon-dark.svg');
-}