We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example,
span.label--discontinued { background: var(--discontinued-color); color: var(--discontinued-background-color); }
var for background lacks background in name and viceversa. Applies probably to all except for deprecated.
background
deprecated
The text was updated successfully, but these errors were encountered:
Labels: make deprecated labels yellow, discontinued red. (#242)
7f3cd62
To create visual difference between removals and deprecations. Result: ![Screenshot from 2024-07-15 11-58-53](https://github.com/user-attachments/assets/065299c1-4567-4fb2-8ecb-6305f0cdc682) Spawned #241.
Labels: make deprecated labels yellow, discontinued red. (neo4j-docum…
2262c35
…entation#242) To create visual difference between removals and deprecations. Result: ![Screenshot from 2024-07-15 11-58-53](https://github.com/user-attachments/assets/065299c1-4567-4fb2-8ecb-6305f0cdc682) Spawned neo4j-documentation#241.
No branches or pull requests
For example,
var for background lacks
background
in name and viceversa. Applies probably to all except fordeprecated
.The text was updated successfully, but these errors were encountered: