Skip to content

Terminal tab hover shadow gets clipped by panel container (light mode) #436

@joshhbk

Description

@joshhbk

The global button:hover shadow in buttons.css (0 12px 18px rgba(0, 0, 0, 0.2)) is too large for the terminal tab buttons and gets clipped by the terminal panel container.

Image

Potential fix

Override the hover shadow on .terminal-tab in terminal.css with a smaller value:

.terminal-tab:hover:not(:disabled) {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions