make the settings button more discoverable by having the whole leftRow be a hover target

pull/499/head
Matthew Hodgson 2015-12-10 19:48:05 +00:00
parent e26efd475c
commit d6bcf80431
1 changed files with 2 additions and 2 deletions

View File

@ -122,11 +122,11 @@ limitations under the License.
left: 4px; left: 4px;
} }
.mx_RoomHeader_name:hover { .mx_RoomHeader_leftRow:hover .mx_RoomHeader_name {
color: #76cfa6; color: #76cfa6;
} }
.mx_RoomHeader_name:hover .mx_RoomHeader_settingsButton { .mx_RoomHeader_leftRow:hover .mx_RoomHeader_settingsButton {
visibility: visible; visibility: visible;
} }