removed redundant shadow

This commit is contained in:
booploops 2022-02-22 23:36:50 -08:00
parent 1b4394f9a1
commit 26974c8536
2 changed files with 2 additions and 5 deletions

View file

@ -1269,7 +1269,6 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl
border-radius: 4px;
flex: 0 0 auto;
margin: 6px;
box-shadow: inset 0px 0px 0px 1px rgb(200 200 200 / 25%);
image-rendering: -webkit-optimize-contrast;
}

View file

@ -17,11 +17,9 @@
<%
}
%>
:name="chrome.desiredPageTransition"
>
:name="chrome.desiredPageTransition">
<template
v-if="<%- env.appRoutes[i].condition %>"
>
v-if="<%- env.appRoutes[i].condition %>">
<%- env.appRoutes[i].component %>
</template>
</transition>