removed redundant shadow
This commit is contained in:
parent
1b4394f9a1
commit
26974c8536
2 changed files with 2 additions and 5 deletions
|
@ -1269,7 +1269,6 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
box-shadow: inset 0px 0px 0px 1px rgb(200 200 200 / 25%);
|
|
||||||
image-rendering: -webkit-optimize-contrast;
|
image-rendering: -webkit-optimize-contrast;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,11 +17,9 @@
|
||||||
<%
|
<%
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
:name="chrome.desiredPageTransition"
|
:name="chrome.desiredPageTransition">
|
||||||
>
|
|
||||||
<template
|
<template
|
||||||
v-if="<%- env.appRoutes[i].condition %>"
|
v-if="<%- env.appRoutes[i].condition %>">
|
||||||
>
|
|
||||||
<%- env.appRoutes[i].component %>
|
<%- env.appRoutes[i].component %>
|
||||||
</template>
|
</template>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue