From 4e236b393d2083b4ebb9e5b2d515e7ae14ddb634 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 19 Mar 2024 19:35:51 -0400 Subject: [PATCH] =?UTF-8?q?fix(datatables):=20=F0=9F=90=9B=20minor=20style?= =?UTF-8?q?=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skinStyles/jquery/datatables.less | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/skinStyles/jquery/datatables.less b/skinStyles/jquery/datatables.less index 261ef9ec7..7e25297c2 100644 --- a/skinStyles/jquery/datatables.less +++ b/skinStyles/jquery/datatables.less @@ -267,7 +267,7 @@ table.dataTable tbody tr.selected > * { // Expand (+) button table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before { - background-color: var( --color-sucess ); + background-color: var( --color-success ); border-color: transparent; } @@ -315,11 +315,6 @@ div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_ border-radius: var( --border-radius--medium ); } -div.dtsp-topRow.dtsp-bordered:hover { - background-color: var( --background-color-quiet--hover ); - opacity: 1; -} - div.dtsp-columns-2 { // There is no need to hardcode it min-width: auto; @@ -393,6 +388,12 @@ div.dtsp-panesContainer { .dtsp-topRow { background-color: transparent; + &:hover { + opacity: 1; + background-color: var( --background-color-quiet--hover ); + border-radius: var( --border-radius--medium ); + } + .dtsp-disabledButton { visibility: hidden; }