wxiaoguang 11 months ago
parent
commit
8e63373c01
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      web_src/js/components/RepoBranchTagSelector.vue

+ 2
- 2
web_src/js/components/RepoBranchTagSelector.vue View File

@@ -296,10 +296,10 @@ export default sfc; // activate IDE's Vue plugin
</script>

<style scoped>
.menu .item a {
.menu .item .rss-icon {
display: none; /* only show RSS icon on hover */
}
.menu .item:hover a {
.menu .item:hover .rss-icon {
display: inline-block;
}
</style>

Loading…
Cancel
Save