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

Commit

Permalink
feat: added support for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Apr 22, 2022
1 parent 65c95a6 commit 0fd4845
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions res/css/views/rooms/_ReadReceiptGroup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ limitations under the License.

&.mx_AccessibleButton {
&:hover {
background: #F4F6FA;
background: $event-selected-color;
}
}
}

.mx_ReadReceiptGroup_remainder {
color: #737D8C;
color: $secondary-content;
font-size: $font-11px;
line-height: $font-16px;
margin-right: 8px;
Expand All @@ -56,7 +56,7 @@ limitations under the License.
display: inline-block;
height: 14px;
width: 14px;
border: 1px solid #fff;
border: 1px solid $background;
border-radius: 100%;

will-change: left, top;
Expand All @@ -70,7 +70,7 @@ limitations under the License.
.mx_ReadReceiptGroup_popup {
max-height: 300px;
width: 220px;
background: #F4F6FA;
background: $panels;
border-radius: 8px;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -106,7 +106,7 @@ limitations under the License.
border-radius: 8px;

&:hover {
background: #E3E8F0;
background: $panel-hover;
}

&:last-child {
Expand Down Expand Up @@ -134,7 +134,7 @@ limitations under the License.
}

.mx_ReadReceiptGroup_secondary {
color: #737D8C;
color: $secondary-content;
}
}
}
Expand Down

0 comments on commit 0fd4845

Please sign in to comment.