mirror of https://github.com/rancher/dashboard.git
update css to get SVG icon added from extension with the correct alignment in the top level menu (#11366)
This commit is contained in:
parent
a318d87845
commit
526f329802
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue