browse-everything icon indicating copy to clipboard operation
browse-everything copied to clipboard

SCSS warning: `.indenter" failed to @extend ".icon-check"`

Open jcoyne opened this issue 11 years ago • 1 comments

WARNING on line 91 of /Users/justin/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/browse-everything-0.6.3/app/assets/stylesheets/browse_everything.css.scss: "#browse-everything .fa3 .ev-selected .indenter" failed to @extend ".icon-check".
  The selector ".icon-check" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .icon-check !optional" if the extend should be able to fail.

jcoyne avatar Dec 09 '14 01:12 jcoyne

I'm guessing this is now .ui-icon-check: https://api.jqueryui.com/theming/icons/

Sound plausible?

atz avatar Sep 28 '16 23:09 atz