Skip to content

Conversation

@web-padawan
Copy link
Member

Description

As discussed internally, these are low effort (and low impact) so we can add them.
Added to base styles for now to keep implementation simpler.

Type of change

  • Feature

@sonarqubecloud
Copy link

--vaadin-input-field-border-color: transparent;
}
:host([theme~='align-start']) ::slotted(:not([slot$='fix'])) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this would be a slightly more performant selector:

Suggested change
:host([theme~='align-start']) ::slotted(:not([slot$='fix'])) {
:host([theme~='align-start']) slot:not([name])::slotted(*) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants