Disallow invalid inline style comments in stylesheets (#9099)
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user