Merge pull request #13708 from shucon/table

Fixes Table Highlighting
This commit is contained in:
Maurício Meneghini Fauth 2017-09-30 09:51:41 -03:00 committed by GitHub
commit 0f7297fc44

View File

@ -576,14 +576,6 @@ table tr.marked:not(.nomarker) {
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
}
/* hovered items */
table tbody:first-of-type tr:not(.nopointer):hover,
table tbody:first-of-type tr:not(.nopointer):hover th,
.hover:not(.nopointer) {
<?php echo $theme->getCssGradient('ced6df', 'b6c6d7'); ?>
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
/* hovered table rows */
table tr.hover:not(.nopointer) th {
<?php echo $theme->getCssGradient('ced6df', 'b6c6d7'); ?>