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

Commit

Permalink
Merge pull request #2702 from matrix-org/nadonomy/room-list
Browse files Browse the repository at this point in the history
Normalise room list font weight, bold unreads
  • Loading branch information
bwindels authored Feb 26, 2019
2 parents 18b27a7 + 88dfd32 commit 0a404d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions res/css/views/rooms/_RoomTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ limitations under the License.

.mx_RoomTile_name {
font-size: 14px;
font-weight: 600;
padding: 0 6px;
color: $roomtile-name-color;
white-space: nowrap;
Expand Down Expand Up @@ -155,7 +154,7 @@ limitations under the License.

.mx_RoomTile_unread, .mx_RoomTile_highlight {
.mx_RoomTile_name {
// font-weight: 700; // bold is too loud in the end
font-weight: 600;
color: $roomtile-selected-color;
}
}
Expand Down

0 comments on commit 0a404d5

Please sign in to comment.