CSS: add focus style for keyboard navigation in tab buttons (#64331)

This commit is contained in:
Thomas Jund 2022-04-20 10:30:24 +02:00
parent f138d64a82
commit b97be713d9
1 changed files with 3 additions and 0 deletions

View File

@ -624,6 +624,9 @@ form.pk-mark-optional-fields {
&:focus {
outline: none;
}
&:focus-visible {
outline: $widget-focus-outline;
}
&:hover {
color: inherit;
background: #eee;