Merge pull request #12 from StarCitizenTools/revert-11-feature/popups_darkmode

Revert "Add darkmode for imageless popup"
This commit is contained in:
alistair3149 2019-12-28 19:16:56 -05:00 committed by GitHub
commit 9141a65b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,15 +28,5 @@
.mwe-popups-extract[ dir='ltr' ]:after { .mwe-popups-extract[ dir='ltr' ]:after {
background-image: linear-gradient( to right, rgba( 255, 255, 255, 0 ), @dark-bg-50 50% ); background-image: linear-gradient( to right, rgba( 255, 255, 255, 0 ), @dark-bg-50 50% );
} }
&.mwe-popups-no-image-pointer {
&:before {
border-bottom-color: @dark-bg-50;
}
&:after {
border-bottom-color: @dark-bg-50;
}
}
} }
} }