mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix styles
This commit is contained in:
@@ -55,6 +55,7 @@ body.site-search-visible {
|
||||
|
||||
.site-search__input::part(base) {
|
||||
border: none;
|
||||
border-radius: var(--sl-border-radius-large);
|
||||
}
|
||||
|
||||
.site-search__input:focus-within::part(base) {
|
||||
|
||||
@@ -387,7 +387,7 @@ kbd,
|
||||
background-color: rgb(var(--sl-color-neutral-100));
|
||||
border-radius: var(--sl-border-radius-small);
|
||||
border: solid 1px rgb(var(--sl-color-neutral-200));
|
||||
box-shadow: inset 0 1px 1px rgb(var(--sl-color-neutral-0));
|
||||
box-shadow: inset 0 1px 0 rgb(var(--sl-color-neutral-0));
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user