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
193 changed files with 1520 additions and 1518 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ limitations under the License.
}
&.mx_Toast_icon_verification_warning {
// white infill for the hollow svg mask
/* white infill for the hollow svg mask */
&::before {
background-color: #ffffff;
mask-image: url('$(res)/img/e2e/normal.svg');
@@ -126,7 +126,7 @@ limitations under the License.
font-size: $font-12px;
line-height: $font-22px;
color: $secondary-content;
margin-inline-start: auto; // on the end side of the div
margin-inline-start: auto; /* on the end side of the div */
}
}