Closed (fixed)
Project:
Drupal core
Version:
10.3.x-dev
Component:
Claro theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2024 at 03:38 UTC
Updated:
16 Jul 2024 at 09:04 UTC
Jump to comment: Most recent, Most recent file


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!