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;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 5px;
|
||||
display: inline-block;
|
||||
|
||||
.bar {
|
||||
margin-top: 5px;
|
||||
background-color: var(--tertiary);
|
||||
|
|
|
@ -832,7 +832,6 @@ table.permalinks {
|
|||
border-bottom: 1px solid var(--primary-low);
|
||||
.form-display {
|
||||
width: 25%;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
.form-element,
|
||||
|
|
|
@ -61,7 +61,6 @@ a.loading-onebox {
|
|||
clear: both;
|
||||
padding-bottom: 25px;
|
||||
.metric {
|
||||
display: inline-block;
|
||||
padding-left: 33px;
|
||||
float: left;
|
||||
}
|
||||
|
@ -727,7 +726,6 @@ aside.onebox.xkcd .onebox-body img {
|
|||
float: left;
|
||||
background: absolute-image-url("/favicons/pdf_64px.png") no-repeat;
|
||||
background-size: 48px 48px;
|
||||
display: inline-block;
|
||||
}
|
||||
.filesize {
|
||||
color: gray;
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
}
|
||||
|
||||
.tags-list .tag-box {
|
||||
display: inline-block;
|
||||
width: 300px;
|
||||
margin-bottom: 1em;
|
||||
float: left;
|
||||
|
|
|
@ -106,7 +106,6 @@ img.emoji {
|
|||
font-size: var(--font-down-1);
|
||||
text-align: center;
|
||||
margin: 10px 20px 6px 0;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
color: var(--tertiary);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue