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:
Jarek Radosz 2022-10-12 16:35:51 +02:00 committed by GitHub
parent a4437ab30b
commit 67e422c2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 6 deletions

View File

@ -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);

View File

@ -832,7 +832,6 @@ table.permalinks {
border-bottom: 1px solid var(--primary-low);
.form-display {
width: 25%;
display: inline-block;
float: left;
}
.form-element,

View File

@ -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;

View File

@ -14,7 +14,6 @@
}
.tags-list .tag-box {
display: inline-block;
width: 300px;
margin-bottom: 1em;
float: left;

View File

@ -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);
}