fix ugly blue border on roomtiles

This commit is contained in:
Matthew Hodgson
2017-02-01 22:24:14 +00:00
parent 0db97b8f5b
commit 23060a6833
3 changed files with 7 additions and 0 deletions

View File

@@ -190,6 +190,11 @@ limitations under the License.
background-color: $roomtile-selected-bg-color;
}
.mx_RoomTile:focus {
outline: 0;
background-color: $roomtile-focused-bg-color;
}
.mx_RoomTile .mx_RoomTile_name.mx_RoomTile_badgeShown {
width: 140px;
}