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 #2608 from matrix-org/hs/very-important
Browse files Browse the repository at this point in the history
!important shouldn't have a space
  • Loading branch information
Half-Shot committed Feb 11, 2019
2 parents 81ab955 + 119806b commit 14e3d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/css/views/rooms/_RoomTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ limitations under the License.
}

.mx_RoomTile_unread, .mx_RoomTile_highlight {
font-weight: 700 ! important;
font-weight: 700 !important;

.mx_RoomTile_name {
color: $roomtile-selected-color;
Expand All @@ -176,7 +176,7 @@ limitations under the License.
}

.mx_RoomTile:focus {
filter: none ! important;
filter: none !important;
background-color: $roomtile-focused-bg-color;
}

Expand Down

0 comments on commit 14e3d1d

Please sign in to comment.