From 42df4263759f6622dca1ca34795af3700414c2f1 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 22 May 2024 14:13:33 +0200 Subject: [PATCH] Style pill and input combination --- .../main/ui/workspace/tokens/editable_select.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/src/app/main/ui/workspace/tokens/editable_select.scss b/frontend/src/app/main/ui/workspace/tokens/editable_select.scss index bfc2a0c9e..171cda9f1 100644 --- a/frontend/src/app/main/ui/workspace/tokens/editable_select.scss +++ b/frontend/src/app/main/ui/workspace/tokens/editable_select.scss @@ -38,6 +38,19 @@ margin-bottom: 0; } + .token-pill { + background-color: rgb(94 107 120 / 25%); + border-radius: $br-4; + padding: $s-2 $s-6; + text-overflow: ellipsis; + flex: 0 0 auto; + } + + .token-pill + input { + flex: 1 1 auto; + width: 0; + } + .custom-select-dropdown { @extend .dropdown-wrapper; max-height: $s-320;