From 2b4338953242bb014d6c3df4357b6238a79c5f44 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 12 Jun 2023 11:23:46 +0200 Subject: [PATCH] wip #5877 --- public/packages/fluidbook/toolbox/css/style.less | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/packages/fluidbook/toolbox/css/style.less b/public/packages/fluidbook/toolbox/css/style.less index ce342f714..c6d4d58c4 100644 --- a/public/packages/fluidbook/toolbox/css/style.less +++ b/public/packages/fluidbook/toolbox/css/style.less @@ -79,11 +79,6 @@ main { background: transparent !important; } - th { - background-color: transparent; - border: 0; - } - td:first-child { border-left: 1px solid rgba(0, 40, 100, .12); } @@ -103,8 +98,6 @@ main { display: none; } } - - } table.table-hover { -- 2.39.5