Problem/Motivation
Drupal 10.1 made some fairly major changes to the bulk operations form which VBO seems to be inheriting. It is now a floating bar that appears at the bottom of the page. (issue link to come) - Tested on Claro.
2 Issues are present:
The "Apply to selected items" button text is grey, leading to bad contrast with the blue background. - core issue #3378091: Disabled primary button in views area has grey text on blue background (bad contrast)
The Selected items dropdown and checkbox are pretty broken - these probably need a new home.

Steps to reproduce
Install Standard profile on 10.1.x
Install VBO
Swap bulk operations on admin/content to VBO version
Tick "Always show selection info"
Create some content
Visit admin/content
Proposed resolution
TBC
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | CleanShot2023-08-02at13.55.03.jpg | 33.38 KB | edmund.dunn |
| #9 | 3378090-styling-broken-vbo-form-9.patch | 642 bytes | edmund.dunn |
| #2 | Screen Shot 2023-07-31 at 9.22.08 am.png | 86.25 KB | acbramley |
Comments
Comment #2
acbramley commentedComment #3
acbramley commentedLooks like the grey button text is coming from claro's disabled button styling.
Comment #4
acbramley commented#3378091: Disabled primary button in views area has grey text on blue background (bad contrast) for the disabled button styles.
Comment #5
acbramley commentedComment #6
graber commentedHopefully some frontend dev can help here 🙏
I can do any backend changes if requested.
Comment #7
acbramley commentedThere doesn't seem to be a way to turn the selection section off completely without custom code, using a form_alter hook we can remove them for now:
Comment #8
edmund.dunn commentedWe are going to address this. Working with our designer to get comp to work from. More to follow.
Comment #9
edmund.dunn commentedHere is the patch.

Comment #10
edmund.dunn commentedComment #11
acbramley commentedGreat work, huge improvement! The list still looks a bit clunky when the Selected items are expanded but not sure if there's much we can do about that.
Comment #13
graber commentedNice one, thank you, will release this soon along with some other updates.
Comment #14
graber commentedAhh, almost forgot.. we could make that expandable details area an overlay if needed but that can be a follow-up.