Highlight filtered field and type

This commit is contained in:
Liyas Thomas
2020-10-04 16:01:19 +05:30
parent d9a9ae7e72
commit 0702ca3fc9
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,8 @@
<style scoped lang="scss">
.field-highlighted {
color: #ffff00;
@apply border-b-2;
@apply border-acColor;
}
</style>

View File

@@ -21,7 +21,7 @@
<style scoped lang="scss">
.type-highlighted {
color: #ffff00;
@apply text-acColor;
}
</style>