Merge pull request #3398 from break60/1.3.2-release

hive UDF function to modify the background color
This commit is contained in:
xingchun-chen 2020-08-04 16:48:03 +08:00 committed by GitHub
commit cca0714831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -495,5 +495,20 @@
color: #ff0000;
padding-right: 4px;
}
.udfs-model {
.ans-select {
.tag-container-disabled {
.tag-wrapper {
&:hover {
background-color: #fff;
}
background-color: #fff;
.tag-text {
color: #6d859e;
}
}
}
}
}
</style>