-
Notifications
You must be signed in to change notification settings - Fork 216
docs: add missing component style props #5434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,47 @@ include::../_styling-section-theming-props.adoc[tag=label-helper-error] | |
|
|
||
| include::../_styling-section-theming-props.adoc[tag=input-icons] | ||
|
|
||
| === Chips | ||
|
|
||
| [cols="2,1"] | ||
| |=== | ||
| | Property | Supported by | ||
|
|
||
| |`--vaadin-chip-gap` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-background` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-text-color` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-font-size` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-font-weight` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-padding` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-height` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-border-radius` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-border-width` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-border-color` | ||
| |Aura | ||
|
|
||
| |`--vaadin-chip-remove-button-text-color` | ||
| |Aura | ||
|
|
||
| |=== | ||
|
|
||
| :overlay-max-height-prop: --vaadin-multi-select-combo-box-overlay-max-height | ||
| :overlay-width-prop: --vaadin-multi-select-combo-box-overlay-width | ||
| include::../combo-box/styling.adoc[tag=overlay-style-props] | ||
|
|
@@ -35,9 +76,6 @@ include::../_styling-section-theming-props.adoc[tag=overlay-items] | |
| |=== | ||
| | Property | Supported By | ||
|
|
||
| |`--vaadin-multi-select-combo-box-chip-min-width` | ||
| |Aura, Lumo | ||
|
|
||
|
Comment on lines
-38
to
-40
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. vaadin/web-components#11163 lists this as not working, and the purpose is not clear. Seems safer to remove right away. |
||
| |`--vaadin-multi-select-combo-box-input-min-width` | ||
| |Aura, Lumo | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,9 @@ include::../_styling-section-theming-props.adoc[tag=style-properties] | |
| |`--vaadin-scroller-padding-inline` | ||
| |Aura, Lumo | ||
|
|
||
| |`--vaadin-scroller-overflow-indicator-height` | ||
| |Aura, Lumo | ||
|
Comment on lines
+48
to
+49
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not a mistake, the prop does indeed work with Lumo as well. |
||
|
|
||
| |=== | ||
|
|
||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.