make the settings button more discoverable by having the whole leftRow be a hover target
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user