mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
@@ -1,4 +1,6 @@
|
||||
:is(button, input:where([type='button'], [type='reset'], [type='submit'])):where(:not(:host *, .wa-off, .wa-off *)),
|
||||
:is(button, input:where([type='button'], [type='reset'], [type='submit'])):where(
|
||||
:not(:host *, .wa-off, .wa-off-deep *)
|
||||
),
|
||||
:host,
|
||||
.wa-button:where(:not([part~='base'])) {
|
||||
--background-color: var(--wa-color-fill-loud, var(--wa-color-neutral-fill-loud));
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Details */
|
||||
details:not(.wa-off, .wa-off *) {
|
||||
details:not(.wa-off, .wa-off-deep *) {
|
||||
background-color: var(--wa-color-neutral-fill-quiet);
|
||||
border-radius: var(--wa-panel-border-radius);
|
||||
padding-block: 0;
|
||||
|
||||
Reference in New Issue
Block a user