Skip to content
Snippets Groups Projects
Commit 74e7bcdf authored by Steven Wittens's avatar Steven Wittens
Browse files

- Bugfix: throbber styles should not apply without JS

parent dee28658
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -571,10 +571,10 @@ ul.secondary a.active { ...@@ -571,10 +571,10 @@ ul.secondary a.active {
color: #fff; color: #fff;
} }
/* Animated throbber */ /* Animated throbber */
input.form-autocomplete { html.js input.form-autocomplete {
background: url('throbber.gif') no-repeat 100% 2px; background: url('throbber.gif') no-repeat 100% 2px;
} }
input.throbbing { html.js input.throbbing {
background-position: 100% -18px; background-position: 100% -18px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment