feat(search): update search input styles for improved focus visibility
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
id="store-search-input"
|
id="store-search-input"
|
||||||
type="search"
|
type="search"
|
||||||
class="form-control store-layout__search-input border-end-0 rounded-start"
|
class="form-control store-layout__search-input border-end-0 rounded-start"
|
||||||
placeholder="Buscar productos"
|
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -56,8 +56,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.store-layout__search-input:focus {
|
.store-layout__search-input:focus {
|
||||||
border-color: var(--tenant-primary);
|
border-color: #cccccc;
|
||||||
box-shadow: 0 0 0 0.25rem color-mix(in srgb, white 70%, var(--tenant-primary));
|
box-shadow: none;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.store-layout__search-button {
|
.store-layout__search-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user