Underline the link text if a tab has keyboard focus in order to give a
visual indication of the focus state.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
56a737ec53323052be9d2178fc655b2c1442601d)
outline: none;
}
+.tabs > li > a:focus, .cbi-tabmenu > li > a:focus {
+ text-decoration: underline;
+}
+
.tabs > li:not(.active):hover, .cbi-tabmenu > .cbi-tab-disabled:hover {
background: linear-gradient(var(--tab-inactive-hover-background-color) 90%, var(--tab-inactive-border-color) 100%);
}