Skip to content

Scope vaadin-grid header hiding to CronExpressionField only #19

@coderabbitai

Description

@coderabbitai

The CSS rule vaadin-grid::part(header) { display: none; } in cron-expression-field-styles.css is currently global and affects every vaadin-grid component in applications using CronExpressionField.

This selector should be scoped to only affect grids within CronExpressionField to prevent unintended side effects on other grids in the application.

Context:

This is a pre-existing issue not introduced by PR #16.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions