From 80741755dc106059ff0b193fd4644d265b66209d Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Fri, 29 Sep 2017 07:10:16 +0530 Subject: [PATCH] Fixes Table Highlighting Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13015 Signed-off-by: Saksham Gupta --- themes/pmahomme/css/common.css.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 3388b2b9d7..e626afca8e 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -576,14 +576,6 @@ table tr.marked:not(.nomarker) { color: ; } -/* hovered items */ -table tbody:first-of-type tr:not(.nopointer):hover, -table tbody:first-of-type tr:not(.nopointer):hover th, -.hover:not(.nopointer) { - getCssGradient('ced6df', 'b6c6d7'); ?> - color: ; -} - /* hovered table rows */ table tr.hover:not(.nopointer) th { getCssGradient('ced6df', 'b6c6d7'); ?>