From 07b4d3712b7b0d70d5ea5d5dc048e3442c221c1b Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 14 Feb 2020 01:59:58 -0500 Subject: public/css/override: Underline hover on repo file table --- public/css/override.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/override.css b/public/css/override.css index 54fed1d..3d3f467 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -95,6 +95,7 @@ a, .ui.breadcrumb a { color: #0366d6; } .user.profile .ui.stackable.grid .eleven { width: 100% !important; } .user.profile .ui.stackable.grid .five { display: none; } +.repository.file.list #repo-files-table a:hover { text-decoration: underline; } .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; } .repository #commits-table td.author a:hover { text-decoration: underline; color: #0366d6; } -- cgit v1.2.3