Commit 545f3fa9 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Prevent text selection in placeholder images (#28218)

parent 94acdee6
1 merge request!28721Hot test
Showing with 5 additions and 0 deletions
+5 -0
......@@ -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) {
......
......@@ -7,6 +7,7 @@
.bd-placeholder-img {
@include font-size(1.125rem);
text-anchor: middle;
user-select: none;
}
.bd-placeholder-img-lg {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment