From 5cbd16e28607ee032daaea6446876576248e343d Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Thu, 27 Jun 2019 08:27:18 +0200 Subject: [PATCH] Fix display of tags in select field --- packages/editor-ui/src/n8n-theme.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/editor-ui/src/n8n-theme.scss b/packages/editor-ui/src/n8n-theme.scss index 347856679..67b0ba526 100644 --- a/packages/editor-ui/src/n8n-theme.scss +++ b/packages/editor-ui/src/n8n-theme.scss @@ -259,6 +259,18 @@ h1, h2, h3, h4, h5, h6 { // Select input .el-select { width: 100%; + .el-tag { + color: $--custom-input-font; + + .el-tag__close.el-icon-close { + background-color: $--custom-input-font; + + &:hover { + background-color: $--custom-input-font; + transform: scale(0.8); + } + } + } } .el-switch__label { color: #fff;