Disallow invalid inline style comments in stylesheets (#9099)
This commit is contained in:
parent
8eeeee1aa2
commit
72c24af5c0
193 changed files with 1520 additions and 1518 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
.mx_BaseCard {
|
||||
--BaseCard_padding-inline: $spacing-8;
|
||||
--BaseCard_EventTile_line-padding-block: 2px;
|
||||
--BaseCard_EventTile-spacing-inline: 36px; // TODO: Use a spacing variable
|
||||
--BaseCard_EventTile-spacing-inline: 36px; /* TODO: Use a spacing variable */
|
||||
--BaseCard_header-button-size: 24px;
|
||||
|
||||
padding: 0 var(--BaseCard_padding-inline);
|
||||
|
@ -32,7 +32,7 @@ limitations under the License.
|
|||
margin: $spacing-4 0 $spacing-12;
|
||||
|
||||
> h2 {
|
||||
margin: 0 44px; // TODO: Use a spacing variable
|
||||
margin: 0 44px; /* TODO: Use a spacing variable */
|
||||
font-size: $font-18px;
|
||||
font-weight: $font-semi-bold;
|
||||
overflow: hidden;
|
||||
|
@ -73,13 +73,13 @@ limitations under the License.
|
|||
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
||||
}
|
||||
|
||||
// Header title with the back button
|
||||
/* Header title with the back button */
|
||||
~ .mx_BaseCard_header_title {
|
||||
width: calc(100% - 60px);
|
||||
margin-inline-start: var(--BaseCard_header-button-size);
|
||||
|
||||
.mx_BaseCard_header_title_heading {
|
||||
margin-inline-start: 6px; // TODO: Use a spacing variable
|
||||
margin-inline-start: 6px; /* TODO: Use a spacing variable */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -135,7 +135,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_AutoHideScrollbar {
|
||||
// collapse the margin into a padding to move the scrollbar into the right gutter
|
||||
/* collapse the margin into a padding to move the scrollbar into the right gutter */
|
||||
margin-right: -8px;
|
||||
padding-right: 8px;
|
||||
min-height: 0;
|
||||
|
@ -158,7 +158,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_BaseCard_Button {
|
||||
padding: 10px; // TODO: Use a spacing variable
|
||||
padding: 10px; /* TODO: Use a spacing variable */
|
||||
padding-inline-start: $spacing-12;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
|
@ -234,8 +234,8 @@ limitations under the License.
|
|||
|
||||
font-size: $font-12px;
|
||||
color: $secondary-content;
|
||||
padding-top: 10px; // TODO: Use a spacing variable
|
||||
padding-bottom: 10px; // TODO: Use a spacing variable
|
||||
padding-top: 10px; /* TODO: Use a spacing variable */
|
||||
padding-bottom: 10px; /* TODO: Use a spacing variable */
|
||||
|
||||
border: 1px solid $quinary-content;
|
||||
box-shadow: 0px 1px 3px rgba(23, 25, 28, 0.05);
|
||||
|
@ -243,7 +243,7 @@ limitations under the License.
|
|||
|
||||
.mx_ContextualMenu_chevron_top {
|
||||
left: auto;
|
||||
right: 22px; // TODO: Use a spacing variable
|
||||
right: 22px; /* TODO: Use a spacing variable */
|
||||
border-bottom-color: $quinary-content;
|
||||
|
||||
&::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue