feat: Improve border rendering for compact mode, b=no-bug, c=common, compact-mode, tabs

This commit is contained in:
Mr. M
2025-09-13 01:34:47 +02:00
parent fa956540ae
commit 0fcc3f7c0e
3 changed files with 15 additions and 5 deletions

View File

@@ -89,8 +89,8 @@
}
}
:root[animating-background='true'] &::after,
:root[animating-background='true'] &::before {
&::after,
&::before {
mix-blend-mode: plus-lighter;
}
}