From 0a3269508f9958698c8347fdfd0f8df3a4d02501 Mon Sep 17 00:00:00 2001 From: Yuri Teplyakov Date: Mon, 30 Sep 2024 19:30:57 +0200 Subject: [PATCH] ktl-1608 feat: style fixes --- .../src/main/components/search/search.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 bd80e84231..1184bba0c3 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 @@ -66,10 +66,11 @@ $secondary-font-color: rgba(255, 255, 255, 0.7); [class^='filterWrapper'] { border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.2); + margin-bottom: 4px; } input { - height: 32px; + height: 40px; color: #fff; @@ -189,3 +190,16 @@ $secondary-font-color: rgba(255, 255, 255, 0.7); div[data-test='ring-select-popup-filter'] { padding-left: 40px; } + +span[data-test-custom='ring-select-popup-filter-icon'] { + top: 11px; + left: 14px; + svg { + width: 18px !important; + height: 18px !important; + } +} + +div[data-test='ring-popup'] { + border-radius: 0; +}