From 4aa132fe2727771d47141985235d7c5d2c32b7d5 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Mon, 20 Feb 2023 15:09:53 +0800 Subject: [PATCH] fix #150 --- assets/app.css | 4 ++++ assets/main.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/assets/app.css b/assets/app.css index 38aa316..a393ee0 100644 --- a/assets/app.css +++ b/assets/app.css @@ -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; diff --git a/assets/main.css b/assets/main.css index 97b957d..304ce51 100644 --- a/assets/main.css +++ b/assets/main.css @@ -1530,6 +1530,10 @@ body { transition-property: none !important; } +.highlight tr { + border-bottom-width: 0; +} + .btn-menu::before, .btn-menu::after { display: block;