Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style for overridden status in Views headings doesn't apply #130

Open
olafgrabienski opened this issue Apr 23, 2024 · 2 comments
Open

Style for overridden status in Views headings doesn't apply #130

olafgrabienski opened this issue Apr 23, 2024 · 2 comments

Comments

@olafgrabienski
Copy link
Member

Like the Seven admin theme, Gin provides a style for the h3 heading of overridden Views configuration sections (Format, Fields, Filter criteria, etc.):

.views-ui-display-tab-bucket.overridden > h3 {
  font-style: italic;
}

The style doesn't apply in Gin, because the child selector doesn't work, as there is an additional wrapper element around the h3:

<div class="views-ui-display-tab-bucket fields overridden views-ui-display-tab-bucket" title="Overridden">
  <div class="views-ui-display-tab-bucket__header">
    <h3 class="views-ui-display-tab-bucket__title">Fields</h3>
  </div>
...
@laryn
Copy link
Member

laryn commented Apr 25, 2024

@olafgrabienski Can you provide a screenshot?

@olafgrabienski
Copy link
Member Author

Sure, below two screenshots, the first is from Gin, the second from Seven (where the h3 is in italics).


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants