Disallow invalid inline style comments in stylesheets (#9099)
This commit is contained in:
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
$spacePanelWidth: 68px;
|
||||
|
||||
.mx_SpaceCreateMenu_wrapper {
|
||||
// background blur everything except SpacePanel
|
||||
/* background blur everything except SpacePanel */
|
||||
.mx_ContextualMenu_background {
|
||||
background-color: $dialog-backdrop-color;
|
||||
opacity: 0.6;
|
||||
@@ -43,7 +43,7 @@ $spacePanelWidth: 68px;
|
||||
color: $secondary-content;
|
||||
}
|
||||
|
||||
// XXX: Temporary for the Spaces release only
|
||||
/* XXX: Temporary for the Spaces release only */
|
||||
.mx_SpaceFeedbackPrompt {
|
||||
border-top: 1px solid $input-border-color;
|
||||
padding-top: 12px;
|
||||
|
||||
Reference in New Issue
Block a user