summaryrefslogtreecommitdiff
path: root/src/client/components/date-separated-list.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-03-20 18:11:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-03-20 18:11:39 +0900
commitf31c94e2ea43fa36d2a0fc8742e0a52a0025b643 (patch)
treee48e372ddaac8514cada36f165bf921f313971a4 /src/client/components/date-separated-list.vue
parentFix bug (diff)
downloadsharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.gz
sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.bz2
sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.zip
wip
Diffstat (limited to 'src/client/components/date-separated-list.vue')
-rw-r--r--src/client/components/date-separated-list.vue6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/components/date-separated-list.vue b/src/client/components/date-separated-list.vue
index 53fd0a7c7f..10f6dea517 100644
--- a/src/client/components/date-separated-list.vue
+++ b/src/client/components/date-separated-list.vue
@@ -76,10 +76,6 @@ export default Vue.extend({
transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
- > .list-enter-active {
- transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
- }
-
&[data-direction="up"] {
> .list-enter {
opacity: 0;
@@ -109,8 +105,6 @@ export default Vue.extend({
line-height: 32px;
text-align: center;
font-size: 12px;
- border-radius: 64px;
- background: var(--dateLabelBg);
color: var(--dateLabelFg);
> span {