Prevent text selection in placeholder images (#28218)

This commit is contained in:
Martijn Cuppens 2019-02-09 13:21:41 +01:00 committed by XhmikosR
parent 94acdee691
commit 545f3fa921
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,10 @@
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {

View File

@ -7,6 +7,7 @@
.bd-placeholder-img {
@include font-size(1.125rem);
text-anchor: middle;
user-select: none;
}
.bd-placeholder-img-lg {