fix keyboard focus issue around the space hierarchy

This commit is contained in:
Michael Telatynski 2021-08-06 14:12:55 +01:00
parent facc882a11
commit 41475a3b94

View file

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