From 8f7a7dc6199e780bab3ff94dd062c78cd54e3f6e Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Wed, 27 Feb 2019 05:16:32 +0900
Subject: [PATCH] :art:

---
 src/client/app/mobile/views/components/note.vue | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue
index 16ee2677b..5dff3546b 100644
--- a/src/client/app/mobile/views/components/note.vue
+++ b/src/client/app/mobile/views/components/note.vue
@@ -107,20 +107,6 @@ export default Vue.extend({
 	font-size 13px
 	border-bottom solid var(--lineWidth) var(--faceDivider)
 
-	&:focus
-		z-index 1
-
-		&:after
-			content ""
-			pointer-events none
-			position absolute
-			top 2px
-			right 2px
-			bottom 2px
-			left 2px
-			border 2px solid var(--primaryAlpha03)
-			border-radius 4px
-
 	&:last-of-type
 		border-bottom none