wxiaoguang 2 years ago committed by GitHub
parent 315124b469
commit 8e63373c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web_src/js/components/RepoBranchTagSelector.vue

@ -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