autocomplete-loading.module.pcss.css
Same filename in this branch
Same filename in other branches
- 9 core/themes/olivero/css/components/autocomplete-loading.module.pcss.css
- 9 core/themes/claro/css/components/autocomplete-loading.module.pcss.css
- 8.9.x core/themes/claro/css/components/autocomplete-loading.module.pcss.css
- 11.x core/themes/olivero/css/components/autocomplete-loading.module.pcss.css
- 11.x core/themes/claro/css/components/autocomplete-loading.module.pcss.css
Visual styles for autocomplete input field.
File
-
core/
themes/ olivero/ css/ components/ autocomplete-loading.module.pcss.css
View source
- /**
- * @file
- * Visual styles for autocomplete input field.
- */
-
- @import "../base/media-queries.pcss.css";
-
- [type].form-autocomplete {
- padding-inline-end: var(--sp3);
- background-color: var(--color--white);
- background-image: url("../../images/magnifying-glass.svg");
- background-repeat: no-repeat;
- background-position: right var(--sp1) center; /* LTR */
-
- &:disabled {
- background-color: var(--color--gray-100);
- }
-
- &.ui-autocomplete-loading {
- background-image: url("../../images/throbber.svg");
- }
-
- &:dir(rtl) {
- background-position: left var(--sp1) center;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.