fix(ui): revert now obsolete sidebar link hover styles
This commit is contained in:
parent
c64f05e16a
commit
f7c3ed9c12
|
@ -86,7 +86,6 @@ const uploads = useUploadsStore()
|
||||||
<nav style="display:contents;">
|
<nav style="display:contents;">
|
||||||
<Link to="/library"
|
<Link to="/library"
|
||||||
ghost
|
ghost
|
||||||
:class="$style.link"
|
|
||||||
icon="bi-compass"
|
icon="bi-compass"
|
||||||
>
|
>
|
||||||
{{ t('components.Sidebar.header.explore') }}
|
{{ t('components.Sidebar.header.explore') }}
|
||||||
|
@ -94,7 +93,6 @@ const uploads = useUploadsStore()
|
||||||
|
|
||||||
<Link to="/library/artists"
|
<Link to="/library/artists"
|
||||||
ghost
|
ghost
|
||||||
:class="$style.link"
|
|
||||||
icon="bi-person"
|
icon="bi-person"
|
||||||
>
|
>
|
||||||
{{ t('components.Sidebar.link.artists') }}
|
{{ t('components.Sidebar.link.artists') }}
|
||||||
|
@ -102,7 +100,6 @@ const uploads = useUploadsStore()
|
||||||
|
|
||||||
<Link to="/library/albums"
|
<Link to="/library/albums"
|
||||||
ghost
|
ghost
|
||||||
:class="$style.link"
|
|
||||||
icon="bi-disc"
|
icon="bi-disc"
|
||||||
>
|
>
|
||||||
{{ t('components.Sidebar.link.albums') }}
|
{{ t('components.Sidebar.link.albums') }}
|
||||||
|
@ -110,28 +107,24 @@ const uploads = useUploadsStore()
|
||||||
|
|
||||||
<Link to="/library/playlists"
|
<Link to="/library/playlists"
|
||||||
ghost
|
ghost
|
||||||
:class="$style.link"
|
|
||||||
icon="bi-music-note-list"
|
icon="bi-music-note-list"
|
||||||
>
|
>
|
||||||
{{ t('components.Sidebar.link.playlists') }}
|
{{ t('components.Sidebar.link.playlists') }}
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/library/radios"
|
<Link to="/library/radios"
|
||||||
ghost
|
ghost
|
||||||
:class="$style.link"
|
|
||||||
icon="bi-boombox-fill"
|
icon="bi-boombox-fill"
|
||||||
>
|
>
|
||||||
{{ t('components.Sidebar.link.radios') }}
|
{{ t('components.Sidebar.link.radios') }}
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/library/podcasts"
|
<Link to="/library/podcasts"
|
||||||
ghost
|
ghost
|
||||||
:class="$style.link"
|
|
||||||
icon="bi-mic"
|
icon="bi-mic"
|
||||||
>
|
>
|
||||||
{{ t('components.Sidebar.link.podcasts') }}
|
{{ t('components.Sidebar.link.podcasts') }}
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/"
|
<Link to="/"
|
||||||
ghost
|
ghost
|
||||||
:class="$style.link"
|
|
||||||
icon="bi-heart"
|
icon="bi-heart"
|
||||||
>
|
>
|
||||||
{{ t('components.Sidebar.link.favorites') }}
|
{{ t('components.Sidebar.link.favorites') }}
|
||||||
|
@ -242,13 +235,6 @@ const uploads = useUploadsStore()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
|
||||||
&:hover,
|
|
||||||
&.router-link-exact-active {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> h3 {
|
> h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 32px 8px;
|
padding: 0 32px 8px;
|
||||||
|
|
Loading…
Reference in New Issue