From 9b1069317283fc20c834eac981e0b2a500e32dba Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 10 Apr 2023 20:48:19 +0200 Subject: [PATCH] chore: replace section with a div --- src/components/home/ProjectsNavigationItem.vue | 6 +++--- src/styles/theme/navigation.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/home/ProjectsNavigationItem.vue b/src/components/home/ProjectsNavigationItem.vue index e8bac0167..e20d64420 100644 --- a/src/components/home/ProjectsNavigationItem.vue +++ b/src/components/home/ProjectsNavigationItem.vue @@ -4,7 +4,7 @@ :class="{'is-loading': isLoading}" :data-project-id="project.id" > -
+
-
+ { } } -.list-menu:hover > section > .favorite { +.list-menu:hover > div > .favorite { opacity: 1; } diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index 42a945b2f..383bea575 100644 --- a/src/styles/theme/navigation.scss +++ b/src/styles/theme/navigation.scss @@ -19,7 +19,7 @@ padding: 0; &.other-menu-items li, - li > section { + li > div { height: 44px; display: flex; align-items: center; @@ -29,7 +29,7 @@ } } - li > section { + li > div { .menu-list-dropdown { opacity: 1; transition: $transition; @@ -76,7 +76,7 @@ } .list-menu-link, - li, li > section { + li, li > div { .collapse-project-button { padding: .5rem .25rem .5rem .5rem;