summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/mobile/views/components/note.vue14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue
index 16ee2677b4..5dff3546b1 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