This commit is contained in:
parent
016144b960
commit
641dad586f
|
@ -817,22 +817,6 @@ export default Vue.extend({
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--navFg);
|
color: var(--navFg);
|
||||||
|
|
||||||
&:not(.active) {
|
|
||||||
opacity: 0.85;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
opacity: 1;
|
|
||||||
|
|
||||||
> [data-icon] {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> [data-icon] {
|
|
||||||
opacity: 0.85;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> [data-icon] {
|
> [data-icon] {
|
||||||
width: ($header-height - ($avatar-margin * 2));
|
width: ($header-height - ($avatar-margin * 2));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue