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

Commit

Permalink
Final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain committed Jul 12, 2023
1 parent a3646e2 commit b46a5d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions res/css/views/elements/_GenericEventListSummary.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ limitations under the License.
.mx_TextualEvent.mx_GenericEventListSummary_summary {
font: var(--cpd-font-body-sm-regular);
display: inline-flex;
color: $secondary-content;
}

.mx_GenericEventListSummary_avatars {
Expand Down
8 changes: 4 additions & 4 deletions res/css/views/messages/_ReactionsRowButton.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ limitations under the License.
display: inline-flex;
line-height: $font-20px;
padding: 1px 6px;
border: 1px solid $message-action-bar-border-color;
border: 1px solid $quinary-content;
border-radius: 10px;
background-color: $header-panel-bg-color;
background-color: $secondary-hairline-color;
user-select: none;

&:hover {
border-color: $quinary-content;
}

&.mx_ReactionsRowButton_selected {
background-color: $secondary-hairline-color;
border-color: $quinary-content;
background-color: $accent-300;
border-color: $accent-800;
}

&.mx_AccessibleButton_disabled {
Expand Down

0 comments on commit b46a5d1

Please sign in to comment.