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
@@ -21,7 +21,7 @@ limitations under the License.
max-width: 100%;
width: 450px;
height: 300px;
z-index: 0; // keeps the entire map under the message action bar
z-index: 0; /* keeps the entire map under the message action bar */
border-radius: $timeline-image-border-radius;
cursor: pointer;
@@ -40,10 +40,10 @@ limitations under the License.
}
.mx_DisambiguatedProfile ~ .mx_MLocationBody {
margin-top: 6px; // See: https://github.com/matrix-org/matrix-react-sdk/pull/8442
margin-top: 6px; /* See: https://github.com/matrix-org/matrix-react-sdk/pull/8442 */
}
.mx_ReplyTile .mx_MLocationBody {
// Prevent clicking a location within a reply
/* Prevent clicking a location within a reply */
pointer-events: none;
}