v8: Fix SVG image preview (#5883)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
495ad4c06b
commit
7664d2df18
@@ -41,8 +41,8 @@ a.thumbnail:hover,
|
||||
a.thumbnail:focus,
|
||||
a div.thumbnail:hover,
|
||||
a div.thumbnail:focus {
|
||||
border-color: @turquoise;
|
||||
.box-shadow(0 1px 4px rgba(0,105,214,.25));
|
||||
border-color: @pinkLight;
|
||||
.box-shadow(0 1px 4px rgba(245, 193, 188, .25));
|
||||
}
|
||||
|
||||
// Images and captions
|
||||
|
||||
Reference in New Issue
Block a user