update css to get SVG icon added from extension with the correct alignment in the top level menu (#11366)

This commit is contained in:
Alexandre Alves 2024-07-05 17:46:12 +01:00 committed by GitHub
parent a318d87845
commit 526f329802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -1090,7 +1090,7 @@ export default {
}
}
> i {
> i, > img {
display: block;
width: 42px;
font-size: $icon-size;
@ -1102,9 +1102,6 @@ export default {
margin-right: 16px;
fill: var(--link);
}
img {
margin-right: 16px;
}
&.router-link-active, &.active-menu-link {
background: var(--primary-hover-bg);