Skip to content

Curl icon does not highlight #1129

@MoHcmp

Description

@MoHcmp

Describe the bug

Curl icon does not highlight because of error in css.

See

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:

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:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions