Merge pull request #6037 from matrix-org/niquewoodhouse-room-sublist-button-feedback

Increase hover feedback on room sub list buttons
This commit is contained in:
Michael Telatynski 2021-05-14 10:55:32 +01:00 committed by GitHub
commit bdeb4b3bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ limitations under the License.
position: relative;
width: 24px;
height: 24px;
border-radius: 32px;
border-radius: 8px;
&::before {
content: '';
@ -114,6 +114,11 @@ limitations under the License.
}
}
.mx_RoomSublist_auxButton:hover,
.mx_RoomSublist_menuButton:hover {
background: $roomlist-button-bg-color;
}
// Hide the menu button by default
.mx_RoomSublist_menuButton {
visibility: hidden;