mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-28 14:51:54 +01:00
make the settings button more discoverable by having the whole leftRow be a hover target
This commit is contained in:
parent
e26efd475c
commit
d6bcf80431
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user