Compare commits

..

1 Commits

Author SHA1 Message Date
Cory LaViska
2264257093 fix wa-pill and wa-input[pill] styles 2025-03-12 12:11:12 -04:00
3 changed files with 2 additions and 4 deletions

View File

@@ -19,13 +19,13 @@ icon: card
<div slot="footer">
<wa-button variant="brand" pill>More Info</wa-button>
<wa-rating label="Rating"></wa-rating>
<wa-rating></wa-rating>
</div>
</wa-card>
<style>
.card-overview {
width: 300px;
max-width: 300px;
}
.card-overview small {

View File

@@ -25,7 +25,6 @@ During the alpha period, things might break! We take breaking changes very serio
- Added a `pink` scale to all color palettes
- Tweaked hues of all color palettes to make them more distinct and make their hues more intentional
- Dropped `violet` and `teal`, instead using `purple` and `cyan` (this is not just a renaming, the colors have been adjusted too).
- Fixed a bug in `<wa-switch>` that caused tooltips to work incorrectly when toggling the switch
### Design Tokens

View File

@@ -49,7 +49,6 @@ import styles from './switch.css';
*/
@customElement('wa-switch')
export default class WaSwitch extends WebAwesomeFormAssociatedElement {
static shadowRootOptions = { ...WebAwesomeFormAssociatedElement.shadowRootOptions, delegatesFocus: true };
static shadowStyle = [formControlStyles, sizeStyles, styles];
static get validators() {