Fix display of tags in select field

This commit is contained in:
Jan Oberhauser 2019-06-27 08:27:18 +02:00
parent 3095e5728a
commit 5cbd16e286

View file

@ -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;