_override-rbt.scss 261 B

12345678910111213
  1. // override react-bootstrap-typeahead styles
  2. // see: https://github.com/ericgio/react-bootstrap-typeahead
  3. .rbt-input.form-control {
  4. // focus
  5. &.focus {
  6. box-shadow: none;
  7. border-color: inherit;
  8. }
  9. }
  10. // hide loading icon
  11. .rbt-aux {
  12. display: none;
  13. }