DEV: Remove noop CSS (#18564)
The lint warnings were: ``` inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block' scss(propertyIgnoredDueToDisplay) ```
This commit is contained in:
parent
a4437ab30b
commit
67e422c2d4
|
@ -351,7 +351,7 @@ $mobile-breakpoint: 700px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
display: inline-block;
|
|
||||||
.bar {
|
.bar {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
background-color: var(--tertiary);
|
background-color: var(--tertiary);
|
||||||
|
|
|
@ -832,7 +832,6 @@ table.permalinks {
|
||||||
border-bottom: 1px solid var(--primary-low);
|
border-bottom: 1px solid var(--primary-low);
|
||||||
.form-display {
|
.form-display {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
display: inline-block;
|
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.form-element,
|
.form-element,
|
||||||
|
|
|
@ -61,7 +61,6 @@ a.loading-onebox {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
.metric {
|
.metric {
|
||||||
display: inline-block;
|
|
||||||
padding-left: 33px;
|
padding-left: 33px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -727,7 +726,6 @@ aside.onebox.xkcd .onebox-body img {
|
||||||
float: left;
|
float: left;
|
||||||
background: absolute-image-url("/favicons/pdf_64px.png") no-repeat;
|
background: absolute-image-url("/favicons/pdf_64px.png") no-repeat;
|
||||||
background-size: 48px 48px;
|
background-size: 48px 48px;
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
.filesize {
|
.filesize {
|
||||||
color: gray;
|
color: gray;
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags-list .tag-box {
|
.tags-list .tag-box {
|
||||||
display: inline-block;
|
|
||||||
width: 300px;
|
width: 300px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -106,7 +106,6 @@ img.emoji {
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 10px 20px 6px 0;
|
margin: 10px 20px 6px 0;
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
float: right;
|
||||||
color: var(--tertiary);
|
color: var(--tertiary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue