diff options
| author | otofune <otofune@gmail.com> | 2017-01-24 09:49:44 -0500 |
|---|---|---|
| committer | otofune <otofune@gmail.com> | 2017-01-24 09:49:44 -0500 |
| commit | d1f84f59d7bb79447ccfed462f99cca8ec96fe45 (patch) | |
| tree | 0f3273171ad58c440735a1fa1ac25320655718db /src | |
| parent | [Mobile] ui-nav: match colour w/ new theme (diff) | |
| download | misskey-d1f84f59d7bb79447ccfed462f99cca8ec96fe45.tar.gz misskey-d1f84f59d7bb79447ccfed462f99cca8ec96fe45.tar.bz2 misskey-d1f84f59d7bb79447ccfed462f99cca8ec96fe45.zip | |
[Mobile] ui-nav: remove borders
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/mobile/tags/ui-nav.tag | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/web/app/mobile/tags/ui-nav.tag b/src/web/app/mobile/tags/ui-nav.tag index 9e250a0f98..cd1202fb5f 100644 --- a/src/web/app/mobile/tags/ui-nav.tag +++ b/src/web/app/mobile/tags/ui-nav.tag @@ -37,7 +37,6 @@ color #777 background #fff visibility hidden - border-right solid 1px rgba(#000, 0.1) .body height 100% @@ -84,13 +83,9 @@ display block font-size 1em line-height 1em - border-top solid 1px rgba(#000, 0.1) background #fcfcfc background-clip content-box - &:last-child - border-bottom solid 1px rgba(#000, 0.1) - a display block padding 0 20px |