introduce background-clip

This commit is contained in:
kakkokari-gtyih 2024-10-20 19:30:29 +09:00
parent dcdfc61bd8
commit 6544a86198
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ export default defineComponent({
border: none; border: none;
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
box-sizing: border-box;
background-clip: padding-box;
&:not(:last-child) { &:not(:last-child) {
border-bottom: solid 0.5px var(--MI_THEME-divider); border-bottom: solid 0.5px var(--MI_THEME-divider);