fix keyboard focus issue around the space hierarchy

pull/21833/head
Michael Telatynski 2021-08-06 14:12:55 +01:00
parent facc882a11
commit 41475a3b94
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ limitations under the License.
}
}
&:hover {
&:hover, &:focus-within {
background-color: $groupFilterPanel-bg-color;
.mx_AccessibleButton {