Merge pull request #4980 from matrix-org/travis/fix

Fix style lint
pull/21833/head
Travis Ralston 2020-07-15 03:52:06 -06:00 committed by GitHub
commit 80af7baa8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -50,7 +50,7 @@ limitations under the License.
height: 64px;
}
.mx_RebrandDialog_chevron:after {
.mx_RebrandDialog_chevron::after {
content: '';
display: inline-block;
width: 24px;

View File

@ -339,9 +339,7 @@ $left-gutter: 64px;
opacity: 0.2;
background-repeat: no-repeat;
background-size: contain;
}
.mx_EventTile_e2eIcon {
&::before, &::after {
content: "";
display: block;

View File

@ -203,7 +203,7 @@ limitations under the License.
display: flex;
flex-direction: column;
mask-image: linear-gradient(0deg, transparent, black 4px)
mask-image: linear-gradient(0deg, transparent, black 4px);
}
.mx_RoomSublist2_resizerHandles_showNButton {