From 0737499b7bf504cd30a5b0bd3ba12f970aa652e9 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 7 Sep 2018 09:35:16 -0400 Subject: [PATCH] Show bottom border for tablists for improved accessibility --- css/80_app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 8fb0f17b0..6b3047bcd 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2082,6 +2082,7 @@ div.combobox { } .field-help-nav-item.active { color: #7092ff; + border-bottom: 2px solid; } .field-help-nav-item:hover { color: #597be7; @@ -3964,6 +3965,7 @@ img.tile-debug { } .modal-shortcuts .tab.active { color: #7092ff; + border-bottom: 2px solid; } .modal-shortcuts .tab:hover { color: #597be7;