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 _TopUnreadMessagesBar.pcss by introducing CSS custom properties #25282

Closed
luixxiul opened this issue May 5, 2023 · 1 comment
Closed

Comments

@luixxiul
Copy link

luixxiul commented May 5, 2023

Your use case

What would you like to do?

Introduce CSS custom properties to _TopUnreadMessagesBar.pcss.

Why would you like to do it?

To semantically organize the selectors and their declarations. Currently all of the declarations are simply on the same level, and it can be updated to make it easier to see how they are related by introducing CSS custom properties, separating the structural definitions and their values. Introducing the custom properties should also make it possible to access and manipulate those values with TypeScript.

How would you like to achieve it?

Add a common structure of the declarations, introduce CSS custom properties, making it easy to customize the style with TypeScript.

Have you considered any alternatives?

No response

Additional context

No response

@luixxiul
Copy link
Author

luixxiul commented Jun 4, 2023

Won't happen.

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

Successfully merging a pull request may close this issue.

2 participants