Remove box-shadow from myapps search input

Delete the box-shadow declarations from input.myapps-search::placeholder in dashboard.css. This simplifies the placeholder styling (removes subtle and light shadow layers), likely to reduce visual noise or fix rendering inconsistency.
This commit is contained in:
jelveh
2026-07-06 12:46:45 -07:00
parent 30e192c8bb
commit 108fb108a7
-3
View File
@@ -1083,9 +1083,6 @@ input.myapps-search::placeholder {
border-radius: 20px;
overflow: hidden;
border: 1px solid var(--dashboard-shadow-light);
box-shadow:
0 1px 2px var(--dashboard-shadow-subtle),
0 4px 16px var(--dashboard-shadow-light);
}
/* Welcome Card — uses same surface as .bento-card (no separate welcome tint) */