This commit is contained in:
syuilo 2020-02-08 15:50:04 +09:00
parent 016144b960
commit 641dad586f
1 changed files with 0 additions and 16 deletions

View File

@ -817,22 +817,6 @@ export default Vue.extend({
box-sizing: border-box;
color: var(--navFg);
&:not(.active) {
opacity: 0.85;
&:hover {
opacity: 1;
> [data-icon] {
opacity: 1;
}
}
> [data-icon] {
opacity: 0.85;
}
}
> [data-icon] {
width: ($header-height - ($avatar-margin * 2));
}