From 9c3d234f739363d0c7154c1f31b58b1fcec9c23e Mon Sep 17 00:00:00 2001 From: Yuri Teplyakov Date: Mon, 30 Sep 2024 20:19:30 +0200 Subject: [PATCH] ktl-1608 feat: fix clear button --- .../plugin-base-frontend/src/main/components/search/search.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dokka-subprojects/plugin-base-frontend/src/main/components/search/search.scss b/dokka-subprojects/plugin-base-frontend/src/main/components/search/search.scss index 1184bba0c3..166fda1b4a 100644 --- a/dokka-subprojects/plugin-base-frontend/src/main/components/search/search.scss +++ b/dokka-subprojects/plugin-base-frontend/src/main/components/search/search.scss @@ -85,6 +85,8 @@ $secondary-font-color: rgba(255, 255, 255, 0.7); button[data-test='ring-input-clear'] { color: #fff !important; + top: 10px; + right: 6px; span { display: none;