From 52f5d138bde6333fda3bb66e4452b993cc49ddd1 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 29 Jan 2020 16:45:25 -0500 Subject: public/css/override: Add table rows hover underline --- public/css/override.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/css/override.css b/public/css/override.css index cdca56f..c7f94ce 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -75,6 +75,7 @@ a, .ui.breadcrumb a { color: #0366d6; } .ui.segment.sub-menu { display: none; } .ui.secondary.pointing.menu { border-bottom: none; } +.ui.tabs.container { overflow-x: auto; overflow-y: hidden; } .button, .ui.basic.button, .ui.basic.buttons .button, .ui .sha.label, .ui.basic.blue.button, .ui.basic.blue.buttons { @@ -87,7 +88,12 @@ a, .ui.breadcrumb a { color: #0366d6; } .user.profile .ui.stackable.grid .eleven { width: 100% !important; } .user.profile .ui.stackable.grid .five { display: none; } #repo-clone-https, #clone-panel #clipboard-btn { border-right-width: 0 !important; } -.ui.tabs.container { overflow-x: auto; overflow-y: hidden; } + +.repository.file.list #repo-files-table tr:hover, .ui.basic.table tbody tr:hover, +.repository #commits-table.ui.basic.striped.table tbody tr:hover:nth-child(2n) { background-color: #ffffe3 !important; } +#repo-files-table .message a:hover, #repo-files-table .name a:hover, +.repository #commits-table td.author a:hover { text-decoration: underline; color: #0366d6; } + /* * Explore Page -- cgit v1.2.3