Problem/Motivation
Secondary tabs design is distorted on block view page
Steps to reproduce
1. Visit /admin/structure/views/view/articles_aside page.
2. You will notice the secondary tabs design is distoreted.
3. See screenshot for reference.
4. view-ui.css file is missing on block view page.
Block's view page (without view-ui.css file)

Proposed resolution
Add views-ui.css file to views_ui/admin.styling.
Remaining tasks
User interface changes
After Patch

API changes
NA
Data model changes
NA
Release notes snippet
NA
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | Screenshot 2024-07-02 at 8.49.09 AM.png | 54.23 KB | gauravvvv |
Issue fork drupal-3444998
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:
- 3444998-secondary-tabs-design
changes, plain diff MR !7895
Comments
Comment #2
gauravvvv commentedThis is a regression bug of #3436936: Claro should use libraries-extend for views_ui.css
Comment #4
gauravvvv commentedComment #5
smustgrave commentedarticles_aside isn't a core view but I want to another view block page and am not seeing the issue.
Was on 11.x standard install.
Comment #6
lolgm commentedSteps to reproduce
As far as I tested, this happens whenever "Provide default value" is used in the contextual filter of a block.
I believe this problem is also related to:
#3457768: Views "display menu tabs" styling breaks when adding an "Entity Reference" display
#3443998: [regression] missing css file in views ui admin UI
Comment #7
lolgm commentedComment #8
nod_In #3436936: Claro should use libraries-extend for views_ui.css we removed the views-ui.css file from the global stying but mistakenly added the file to the
views/views.modulewhen it should have beenviews_ui/admin.styling.Comment #10
traviscarden commented^^ Like so, @nod_?
Comment #11
gauravvvv commentedMR !7895, fixed the issue. Added after MR screenshot for reference.

Comment #12
lolgm commentedThe problem I reported in #6 was also resolved by MR !7895.
Comment #17
nod_Perfect, thanks!
Committed and pushed c3383f44d5 to 11.x and 9a8588df4b to 11.0.x and 7beacd4a87 to 10.4.x and 9f14510102 to 10.3.x. Thanks!