1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

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

View File

@@ -45,7 +45,7 @@ limitations under the License.
.mx_MapError_heading {
padding-top: $spacing-8;
// override h3 heading size
/* override h3 heading size */
font-size: inherit !important;
font-weight: normal !important;
}

View File

@@ -29,7 +29,7 @@ limitations under the License.
justify-content: center;
align-items: center;
// caret down
/* caret down */
&::before {
content: '';
border-left: 5px solid transparent;

View File

@@ -62,7 +62,7 @@ limitations under the License.
background-color: $accent;
border-radius: 50%;
border: 14px solid $accent;
// colors icon
/* colors icon */
color: white;
box-sizing: border-box;
}
@@ -82,7 +82,7 @@ limitations under the License.
border-style: solid;
border-radius: 50%;
// Live is styled by StyledLiveBeaconIcon
/* Live is styled by StyledLiveBeaconIcon */
&.Own {
border-color: $accent;
@@ -92,7 +92,7 @@ limitations under the License.
border-color: $accent;
background-color: $accent;
padding: 7px;
// colors icon
/* colors icon */
color: white;
}
}