Cory LaViska
b96c3f318b
Simplify native styles ( #993 )
...
* move print styles
* begin native styles split
* unsplit button styles 😓
* unsplit callout; remove .wa-callout
* merge forms
* remove unused
* remove unused
* unsplit checkbox
* remove old astro config
* remove overflow
* unsplit slider
* fix tooltip position in RTL
* unsplit radio
* move required light DOM styles to <wa-page>
* remove unused file
* remove unused import
* remove
* goodbye
* fix examples
* unsplit dialog
* unsplit select
* remove select
* unsplit input
* unsplit details
* update
* update comment
* update textarea
* combine native docs; improvements
* update
* reorg and fix headings
* fix details summary padding; fixes #684
* update
* fix native details summary padding; fixes #684
* #684
* remove passthrough style nonsense
* it's CSS not JS
* fix details in sidebar
* add spacing in native buttons for icons
* whitespace
* update docs
* remove button group util
* remove shadow folder, add component folder
* layerize
* default border radius
* remove color contrast script from dist
* add term
* layerize themes + color folders
* reorder
* remove radio button; #504
* remove visual tests
* remove visual tests
* remove unused stylesheet
* make search smarter
* add radio styles
* Fix filled textareas
* re-introduce visual tests (with adjustments)
* fix button appearances
* fix textarea focus styles
* re-introduce appearance classes
* remove 'native styles' note from component pages
* fix checked radio styles
* touch up callout styles
* remove errant `.wa-tag`
* scope appearance classes to relevant elements
* more visual test cases
* fix details borders
* minor visual tests reorg
* add `--box-shadow` to buttons
* fix Awesome theme
* use same layer for all themes (allows unset properties to inherit from Default theme)
* fix box-shadow in wa-textarea
* set button box shadow to `initial`
* fix Active theme
* fix Brutalist theme
* fix Glossy theme
* fix Matter theme (mostly)
* fix Playful theme
* fix Premium theme
* fix Shoelac theme
* fix Tailspin theme
* fix custom radio button styles
* fix links to native styles doc
---------
Co-authored-by: lindsaym-fa <dev@lindsaym.design >
2025-05-29 13:10:53 -04:00
Cory LaViska
3861041bc1
fixes #350
2024-12-20 10:33:10 -05:00
lindsaym-fa
909986b520
Tweak checkbox styles
2024-12-19 01:44:52 -05:00
lindsaym-fa
c8db30fa0f
Add native checkbox styles and share with <wa-checkbox>
2024-12-18 14:09:09 -05:00
Lea Verou
5a82b7ad99
Remove BEM-style namespaces on class names ( #316 )
2024-12-17 13:46:39 -05:00
Lea Verou
9f0276f55e
Introduce size shadow utils and use them with checkbox (more to come)
2024-12-14 16:34:53 -05:00
Lea Verou
b1fffc7df9
Refactor: checkbox
...
- Reduce class names by using `:has()`, native pseudo-classes, or `[part~=foo]` selectors
- Remove `hasFocus` property since it’s no longer needed
- Move the icon hiding logic to CSS
2024-12-13 17:17:45 -05:00
Lea Verou
16302c0130
Move component styles to use CSS files ( #298 )
2024-12-12 12:30:13 -05:00