-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
Description
Describe the bug
Curl icon does not highlight because of error in css.
See
Line 200 in e1aed04
| box-shadow: 0 0 0 3px var(--openapi-code-tab-shadow-color-curl); |
You have only --openapi-code-tab-shadow-color-bash in css styles
Expected behavior
Curl icon highlights
Current behavior
Curl icon does not highlight
Possible solution
Use --openapi-code-tab-shadow-color-bash here:
Line 200 in e1aed04
| box-shadow: 0 0 0 3px var(--openapi-code-tab-shadow-color-curl); |
Steps to reproduce
Screenshots
Context
Your Environment
- Version used:
- Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3):
- Operating System and version (desktop or mobile):
- Link to your project:
Reactions are currently unavailable