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

Commit

Permalink
feat: address feedback from designer
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Apr 22, 2022
1 parent 248a892 commit 2bc9d99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions res/css/views/rooms/_ReadReceiptGroup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ limitations under the License.
color: $secondary-content;
font-size: $font-11px;
line-height: $font-16px;
margin-right: 8px;
margin-right: 4px;
}

.mx_ReadReceiptGroup_container {
Expand All @@ -69,7 +69,6 @@ limitations under the License.
.mx_ReadReceiptGroup_popup {
max-height: 300px;
width: 220px;
background: $panels;
border-radius: 8px;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -105,7 +104,7 @@ limitations under the License.
border-radius: 8px;

&:hover {
background: $panel-hover;
background: $menu-selected-color;
}

&:last-child {
Expand Down

0 comments on commit 2bc9d99

Please sign in to comment.