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
+3 -3
View File
@@ -80,7 +80,7 @@ limitations under the License.
font-size: $font-14px;
line-height: $font-20px;
color: $secondary-content;
max-width: 464px; // easier reading
max-width: 464px; /* easier reading */
}
> hr {
@@ -125,8 +125,8 @@ limitations under the License.
mask: url("$(res)/img/feather-customised/user.svg");
mask-repeat: no-repeat;
mask-position: center;
// scale it down and make the size slightly bigger (16 instead of 14px)
// to avoid rendering artifacts
/* scale it down and make the size slightly bigger (16 instead of 14px) */
/* to avoid rendering artifacts */
mask-size: 80%;
width: 16px;
height: 16px;