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

Update the drupal-css #drupal-off-canvas selector to #drupal-off-canvas-wrapper #695

Open
kedarkhaire opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kedarkhaire
Copy link
Collaborator

kedarkhaire commented Jun 28, 2024

Is your feature request related to a problem? Please describe

Off-canvas / Settings Tray CSS refactored to use modern CSS
Any CSS that is specifically targeting the off-canvas, will likely need to change. CSS targeting the off-canvas usually includes #drupal-off-canvas in the selector.

Describe the solution you'd like

A clear and concise description of what you want to happen.To target the Drupal 10+ version of off-canvas, use the following selector:

#drupal-off-canvas-wrapper {
}

This selector is new, and also includes the off-canvas title bar element as a descendent.

@kedarkhaire kedarkhaire added the enhancement New feature or request label Jun 28, 2024
@kedarkhaire kedarkhaire self-assigned this Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant