From 934a6612f4387c8063e0dc961f5994db523dba3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= Date: Fri, 2 May 2025 17:32:42 +0200 Subject: [PATCH] fix: set accessible name for search button also changes the CSS for the text transform --- public/assets/css/front/index.css | 1 + resources/views/front/index.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/assets/css/front/index.css b/public/assets/css/front/index.css index 7242ec6..3d258ec 100644 --- a/public/assets/css/front/index.css +++ b/public/assets/css/front/index.css @@ -36,6 +36,7 @@ form.index-search-form > button { position: relative; top: 9px; right: 0; + text-transform: uppercase; } form.index-search-form > button > svg { diff --git a/resources/views/front/index.blade.php b/resources/views/front/index.blade.php index 2f73408..9ac19ab 100644 --- a/resources/views/front/index.blade.php +++ b/resources/views/front/index.blade.php @@ -5,8 +5,8 @@