From 5ea11e90b2d5289619b42390b439605832067fee Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 25 Aug 2020 21:17:35 -0600 Subject: [PATCH] Appease the style linter --- res/css/views/dialogs/_PrototypeCreateGroupDialog.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/dialogs/_PrototypeCreateGroupDialog.scss b/res/css/views/dialogs/_PrototypeCreateGroupDialog.scss index a0f505b1ff..3235575a88 100644 --- a/res/css/views/dialogs/_PrototypeCreateGroupDialog.scss +++ b/res/css/views/dialogs/_PrototypeCreateGroupDialog.scss @@ -74,7 +74,7 @@ limitations under the License. } .mx_PrototypeCreateGroupDialog_placeholderAvatar { - background-color: #368BD6; // hardcoded for both themes + background-color: #368bd6; // hardcoded for both themes &::before { display: inline-block; @@ -92,7 +92,7 @@ limitations under the License. } .mx_PrototypeCreateGroupDialog_tip { - &>b, &>span { + & > b, & > span { display: block; color: $muted-fg-color; }