Fix focus-within on EventTile and more showing onClick

This commit is contained in:
Michael Telatynski 2019-11-04 16:47:20 +00:00
parent 92ee50fb77
commit 99c8a909b3
2 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@ limitations under the License.
height: 36px;
}
.mx_RoomSubList_labelContainer:focus-within {
.mx_RoomSubList_labelContainer.focus-visible:focus-within {
background-color: $roomtile-focused-bg-color;
}