wxiaoguang 2023-06-05 20:34:25 +08:00 committed by GitHub
parent 315124b469
commit 8e63373c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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>