deprecatedExtra.css 412 B

123456789101112
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. /**
  6. * (DEPRECATED) Support for consuming icons as CSS background images
  7. */
  8. :root {
  9. --jp-icon-search-white: url('deprecated/search-white.svg');
  10. }