luci-theme-bootstrap: add focus indication for tabs
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>
This commit is contained in:
parent
c9939a83e7
commit
56a737ec53
1 changed files with 4 additions and 0 deletions
|
@ -1225,6 +1225,10 @@ a.menu:after {
|
|||
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%);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue