Remove TODO comments about spacing variables (#10695)
The variables on _spacing.pcss have been deprecated by https://github.com/matrix-org/matrix-react-sdk/pull/10686
This commit is contained in:
parent
c42a7769e9
commit
d340fa8d2a
18 changed files with 56 additions and 56 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;
|
||||
--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;
|
||||
font-size: $font-18px;
|
||||
font-weight: var(--font-semi-bold);
|
||||
overflow: hidden;
|
||||
|
@ -79,7 +79,7 @@ limitations under the License.
|
|||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -159,7 +159,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_BaseCard_Button {
|
||||
padding: 10px; /* TODO: Use a spacing variable */
|
||||
padding: 10px;
|
||||
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;
|
||||
padding-bottom: 10px;
|
||||
|
||||
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;
|
||||
border-bottom-color: $quinary-content;
|
||||
|
||||
&::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue