fix #150
This commit is contained in:
parent
de3fdfa5bd
commit
4aa132fe27
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -1530,6 +1530,10 @@ body {
|
|||
transition-property: none !important;
|
||||
}
|
||||
|
||||
.highlight tr {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.btn-menu::before,
|
||||
.btn-menu::after {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue