Stop using :not() pseudo class for mx_MImageBody to decrease the specificity of the rule for images on file panel (#8886)

This commit is contained in:
Suguru Hirahara 2022-06-25 12:19:02 +00:00 committed by GitHub
parent 9a94586181
commit 4ad8b1934c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -55,10 +55,6 @@ limitations under the License.
}
}
.mx_FilePanel .mx_EventTile .mx_MImageBody {
margin-right: 0px;
}
.mx_FilePanel .mx_EventTile .mx_MFileBody {
line-height: 2.4rem;
}