mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
Fix display of tags in select field
This commit is contained in:
parent
3095e5728a
commit
5cbd16e286
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue