This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git
The following commit(s) were added to refs/heads/release by this push:
new 2640c9a add selected style.
2640c9a is described below
commit 2640c9a77f889af5c67f77c877d726f77eb59db5
Author: pissang <[email protected]>
AuthorDate: Wed Dec 25 15:24:02 2019 +0800
add selected style.
---
src/components/DocContentItemCard.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/components/DocContentItemCard.vue
b/src/components/DocContentItemCard.vue
index de22fbd..5cf81fe 100644
--- a/src/components/DocContentItemCard.vue
+++ b/src/components/DocContentItemCard.vue
@@ -20,6 +20,10 @@
</span>
<span class="default-value" v-if="nodeData.default && nodeData.default
!== '*'"> = {{nodeData.default}}</span>
+ <span
+ v-if="shared.currentPath === nodeData.path"
+ style="font-size: 20px; user-select: none"
+ >🤛</span>
</h4>
<div class="prop-types">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]