Disallow invalid inline style comments in stylesheets (#9099)

This commit is contained in:
Germain 2022-07-27 14:39:29 +01:00 committed by GitHub
parent 8eeeee1aa2
commit 72c24af5c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
193 changed files with 1520 additions and 1518 deletions

View file

@ -104,7 +104,7 @@ $SpaceRoomViewInnerWidth: 428px;
display: block;
margin-top: 44px;
width: $SpaceRoomViewInnerWidth;
text-align: right; // button alignment right
text-align: right; /* button alignment right */
.mx_AccessibleButton_hasKind {
padding: 8px 22px;
@ -112,7 +112,7 @@ $SpaceRoomViewInnerWidth: 428px;
}
input.mx_AccessibleButton {
border: none; // override default styles
border: none; /* override default styles */
}
}
@ -154,9 +154,9 @@ $SpaceRoomViewInnerWidth: 428px;
}
}
// XXX: Temporary for the Spaces release only
/* XXX: Temporary for the Spaces release only */
.mx_SpaceFeedbackPrompt {
padding: 7px; // 8px - 1px border
padding: 7px; /* 8px - 1px border */
border: 1px solid rgba($primary-content, .1);
border-radius: 8px;
width: max-content;
@ -230,7 +230,7 @@ $SpaceRoomViewInnerWidth: 428px;
left: 8px;
height: 16px;
width: 16px;
background: #fff; // white icon fill
background: #fff; /* white icon fill */
mask-size: 16px;
mask-image: url('$(res)/img/element-icons/room/invite.svg');
}
@ -282,7 +282,7 @@ $SpaceRoomViewInnerWidth: 428px;
}
.mx_SpaceRoomView_inviteTeammates {
// XXX remove this when spaces leaves Beta
/* XXX remove this when spaces leaves Beta */
.mx_SpaceRoomView_inviteTeammates_betaDisclaimer {
padding: 16px;
position: relative;
@ -307,7 +307,7 @@ $SpaceRoomViewInnerWidth: 428px;
position: relative;
display: inline-block;
padding-left: 32px;
line-height: 24px; // to center icons
line-height: 24px; /* to center icons */
&::before {
content: "";