diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-27 05:16:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-27 05:16:32 +0900 |
| commit | 9d99bf5af84f674ac3b5f1032d0c610321f768bb (patch) | |
| tree | f37d7c1024edd7fcfea2c5659e60bbc1e265b096 /src/client | |
| parent | :art: (diff) | |
| download | misskey-9d99bf5af84f674ac3b5f1032d0c610321f768bb.tar.gz misskey-9d99bf5af84f674ac3b5f1032d0c610321f768bb.tar.bz2 misskey-9d99bf5af84f674ac3b5f1032d0c610321f768bb.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/mobile/views/components/note.vue | 14 |
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 |