mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix typos
This commit is contained in:
@@ -63,7 +63,7 @@ Line heights control the distance between lines of text and are unitless to scal
|
||||
|
||||
| Custom Property | Default Value | Preview |
|
||||
| ---------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `--wa-line-height-condensed` | `1.125` | <div style="line-height: var(--wa-line-height-condensed); border-block-color: var(--wa-color-neutral-border-loud)">AaBb</div> |
|
||||
| `--wa-line-height-condensed` | `1.2` | <div style="line-height: var(--wa-line-height-condensed); border-block-color: var(--wa-color-neutral-border-loud)">AaBb</div> |
|
||||
| `--wa-line-height-normal` | `1.6` | <div style="line-height: var(--wa-line-height-normal); border-block-color: var(--wa-color-neutral-border-loud)">AaBb</div> |
|
||||
| `--wa-line-height-expanded` | `2` | <div style="line-height: var(--wa-line-height-expanded); border-block-color: var(--wa-color-neutral-border-loud)">AaBb</div> |
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ export default class WaColorPicker extends WebAwesomeFormAssociatedElement {
|
||||
return this.input;
|
||||
}
|
||||
|
||||
// This puts popup on the colorpicker itself without needing to expand it to show the input.
|
||||
// This puts popup on the color picker itself without needing to expand it to show the input.
|
||||
// This is necessary because form submissions expect the "anchor" to be currently shown.
|
||||
return this.trigger;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user