Problem/Motivation
Following #2473877: Views UI progress indicator styled as pager and placed on strange location. the .views-progress-indicator CSS class is no longer used.
Steps to reproduce
Proposed resolution
Remove it.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 3295709-11.patch | 4.6 KB | ravi.shankar |
Issue fork drupal-3295709
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
immaculatexavier commentedComment #3
longwaveComment #5
immaculatexavier commentedComment #6
longwaveThanks, I think we can also remove the related CSS from these files:
core/themes/stable/css/views_ui/views_ui.admin.theme.css
core/themes/claro/css/theme/views_ui.admin.theme.pcss.css
core/themes/claro/css/theme/views_ui.admin.theme.css
core/themes/stable9/css/views_ui/views_ui.admin.theme.css
Comment #7
immaculatexavier commented@longwave ! sure, will work on this
Comment #8
immaculatexavier commentedComment #9
longwaveThanks, this looks correct to me. No instances of "views-progress-indicator" remain in the codebase after this patch.
Comment #10
catchThis doesn't apply to 10.1.x, might need a separate patch/MR.
Comment #11
ravi.shankar commentedAdded a patch for Drupal 10.1.x., and removed the needs reroll tag.
Comment #12
longwaveThanks, back to RTBC.
Comment #14
catchCommitted/pushed to 10.1.x, 10.0.x and 9.5.x, respectively, thanks!