From 4c1d163c8709b67bd5b93c35b0521ce6da7cd780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sofia=20Sj=C3=B6blad?= Date: Thu, 18 Sep 2025 15:58:51 +0200 Subject: [PATCH] chore: fix prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sofia Sjöblad --- .../ui/src/components/SearchField/SearchField.styles.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/ui/src/components/SearchField/SearchField.styles.css b/packages/ui/src/components/SearchField/SearchField.styles.css index b56bc0efd5..a13c455b44 100644 --- a/packages/ui/src/components/SearchField/SearchField.styles.css +++ b/packages/ui/src/components/SearchField/SearchField.styles.css @@ -36,7 +36,6 @@ &[data-collapsed='false'] { cursor: pointer; - &[data-size='medium'] { flex-basis: 2.5rem; height: 2.5rem; @@ -48,14 +47,12 @@ } &[data-size='medium'] .bui-Input { - &::placeholder { opacity: 0; } } &[data-size='small'] .bui-Input { - &::placeholder { opacity: 0; } @@ -71,8 +68,8 @@ } .bui-SearchField .bui-Input { - - transition: padding 0.3s ease-in-out, border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out; + transition: padding 0.3s ease-in-out, border-color 0.2s ease-in-out, + outline-color 0.2s ease-in-out; &[data-hovered] { border-color: var(--bui-border-hover); @@ -138,4 +135,4 @@ .bui-InputClear svg { width: 1rem; height: 1rem; -} \ No newline at end of file +}