1
0
Fork 0
This commit is contained in:
nanxiaobei 2023-02-20 15:09:53 +08:00
parent de3fdfa5bd
commit 4aa132fe27
2 changed files with 8 additions and 0 deletions

View file

@ -43,6 +43,10 @@
@apply !transition-none;
}
.highlight tr {
border-bottom-width: 0;
}
.btn-menu::before,
.btn-menu::after {
@apply block h-[2px] w-5 bg-black duration-200 content-[''] dark:invert;

View file

@ -1530,6 +1530,10 @@ body {
transition-property: none !important;
}
.highlight tr {
border-bottom-width: 0;
}
.btn-menu::before,
.btn-menu::after {
display: block;