Skip to content

Commit 87b3fb0

Browse files
committed
fix: make three dots menu wrapper apply styles to itself, instead of child
1 parent 0f0b190 commit 87b3fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/ThreeDotsMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ onUnmounted(() => {
212212
</script>
213213

214214
<style lang="scss" scoped>
215-
.wrapper > * {
215+
.wrapper {
216216
@apply px-4 py-2
217217
hover:text-lightThreeDotsMenuBodyTextHover hover:bg-lightThreeDotsMenuBodyBackgroundHover
218218
dark:hover:bg-darkThreeDotsMenuBodyBackgroundHover dark:hover:text-darkThreeDotsMenuBodyTextHover

0 commit comments

Comments
 (0)