From f31c94e2ea43fa36d2a0fc8742e0a52a0025b643 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 20 Mar 2020 18:11:39 +0900 Subject: wip --- src/client/components/date-separated-list.vue | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/client/components/date-separated-list.vue') 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 { -- cgit v1.2.3-freya