Skip to content

Instantly share code, notes, and snippets.

@revagomes
Forked from joelpittet/_autocomplete.base.scss
Last active August 29, 2015 14:06
Show Gist options
  • Save revagomes/b224c37418ee4f241471 to your computer and use it in GitHub Desktop.
Save revagomes/b224c37418ee4f241471 to your computer and use it in GitHub Desktop.
// Animated throbber
html.js .form-autocomplete {
background-image: image-url('svg/throbber-inactive.svg');
background-position: 95% center;
background-position: -webkit-calc(100% - 5px) center;
background-position: calc(100% - 5px) center;
background-repeat: no-repeat;
}
html.js .throbbing {
background-image: image-url('svg/throbber.svg');
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment