!important shouldn't have a space
I wonder if this is making SCSS choke.
This commit is contained in:
parent
81ab955984
commit
119806bdbd
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||||
font-weight: 700 ! important;
|
font-weight: 700 !important;
|
||||||
|
|
||||||
.mx_RoomTile_name {
|
.mx_RoomTile_name {
|
||||||
color: $roomtile-selected-color;
|
color: $roomtile-selected-color;
|
||||||
|
@ -176,7 +176,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile:focus {
|
.mx_RoomTile:focus {
|
||||||
filter: none ! important;
|
filter: none !important;
|
||||||
background-color: $roomtile-focused-bg-color;
|
background-color: $roomtile-focused-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue