Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bdeb4b3

Browse files
authored
Merge pull request #6037 from matrix-org/niquewoodhouse-room-sublist-button-feedback
Increase hover feedback on room sub list buttons
2 parents 034bd9c + 486350c commit bdeb4b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

res/css/views/rooms/_RoomSublist.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ limitations under the License.
9898
position: relative;
9999
width: 24px;
100100
height: 24px;
101-
border-radius: 32px;
101+
border-radius: 8px;
102102

103103
&::before {
104104
content: '';
@@ -114,6 +114,11 @@ limitations under the License.
114114
}
115115
}
116116

117+
.mx_RoomSublist_auxButton:hover,
118+
.mx_RoomSublist_menuButton:hover {
119+
background: $roomlist-button-bg-color;
120+
}
121+
117122
// Hide the menu button by default
118123
.mx_RoomSublist_menuButton {
119124
visibility: hidden;

0 commit comments

Comments
 (0)