github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/sass/reset.scss (about)

     1  // TODO:
     2  // Importing sanitize.css from a nested tag, would keep the @import
     3  // Eg pyro-flamegraph{@import "~sanitize.css";
     4  // However that does not happen when inlining
     5  @import './sanitize.css/sanitize';
     6  @import './sanitize.css/forms';
     7  
     8  :focus-visible {
     9    /* sanitize uses dotted, let's use the browser's default */
    10    outline: revert !important;
    11  }