From eaaf01bf2f51f8d526ae099cba7774d1980efb0f Mon Sep 17 00:00:00 2001 From: Josh McCarty Date: Mon, 4 Nov 2024 06:53:02 -0700 Subject: [PATCH] Add text-input class to integration search input (#35489) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- sass/homeassistant/base/_global.scss | 5 +++++ source/integrations/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sass/homeassistant/base/_global.scss b/sass/homeassistant/base/_global.scss index 9b0a0b63d06..264f85233e3 100644 --- a/sass/homeassistant/base/_global.scss +++ b/sass/homeassistant/base/_global.scss @@ -64,6 +64,11 @@ table { } } +.text-input, +textarea { + cursor: text; +} + .gist { font-size: 0.75em; } diff --git a/source/integrations/index.html b/source/integrations/index.html index fa2edd53249..24ffeaeccbe 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -120,7 +120,7 @@ regenerate: false