mirror of https://github.com/vector-im/riot-web
make the settings button more discoverable by having the whole leftRow be a hover target
parent
e26efd475c
commit
d6bcf80431
|
@ -122,11 +122,11 @@ limitations under the License.
|
|||
left: 4px;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_name:hover {
|
||||
.mx_RoomHeader_leftRow:hover .mx_RoomHeader_name {
|
||||
color: #76cfa6;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_name:hover .mx_RoomHeader_settingsButton {
|
||||
.mx_RoomHeader_leftRow:hover .mx_RoomHeader_settingsButton {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue