diff --git a/src/views/account/CategoryView.vue b/src/views/account/CategoryView.vue index b448c78..3b06397 100644 --- a/src/views/account/CategoryView.vue +++ b/src/views/account/CategoryView.vue @@ -212,7 +212,6 @@ onBeforeUnmount(destroySortables)
- @@ -351,15 +350,6 @@ button.danger { background: var(--color-background-soft); border-bottom: 0 !important; } -.major-badge { - flex: 0 0 auto; - font-size: 0.62rem; - font-weight: 700; - color: hsla(160, 100%, 37%, 1); - border: 1px solid hsla(160, 100%, 37%, 0.6); - border-radius: 4px; - padding: 0.05rem 0.25rem; -} .sub-list { list-style: none; padding: 0 0 0 0.4rem; diff --git a/src/views/admin/DefaultCategoryView.vue b/src/views/admin/DefaultCategoryView.vue index 6e68bf5..d678f52 100644 --- a/src/views/admin/DefaultCategoryView.vue +++ b/src/views/admin/DefaultCategoryView.vue @@ -178,7 +178,6 @@ onBeforeUnmount(destroySortables)
- @@ -281,15 +280,6 @@ input { background: var(--color-background-soft); border-bottom: 0 !important; } -.major-badge { - flex: 0 0 auto; - font-size: 0.62rem; - font-weight: 700; - color: hsla(160, 100%, 37%, 1); - border: 1px solid hsla(160, 100%, 37%, 0.6); - border-radius: 4px; - padding: 0.05rem 0.25rem; -} .sub-list { list-style: none; padding: 0 0 0 0.4rem;