diff --git a/components/elements/buttons/DropDown/DropDownItem.vue b/components/elements/buttons/DropDown/DropDownItem.vue index 056e29e3..5c82c9c6 100644 --- a/components/elements/buttons/DropDown/DropDownItem.vue +++ b/components/elements/buttons/DropDown/DropDownItem.vue @@ -15,10 +15,7 @@ function hide() { @@ -27,7 +24,7 @@ function hide() { .container { @apply py-2 text-center border border-t-0 border-gray-200 hover:bg-gray-100; - &.selected:first { + &:first { @apply pt-4; } }