Highlight filtered field and type
This commit is contained in:
parent
d9a9ae7e72
commit
0702ca3fc9
2 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,8 @@
|
|||
|
||||
<style scoped lang="scss">
|
||||
.field-highlighted {
|
||||
color: #ffff00;
|
||||
@apply border-b-2;
|
||||
@apply border-acColor;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<style scoped lang="scss">
|
||||
.type-highlighted {
|
||||
color: #ffff00;
|
||||
@apply text-acColor;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue