vendor/assets/stylesheets/sir-trevor/base.scss in blacklight-spotlight-3.5.0.4 vs vendor/assets/stylesheets/sir-trevor/base.scss in blacklight-spotlight-3.6.0.beta1
- old
+ new
@@ -9,9 +9,20 @@
width: 100%;
height: 100%;
fill: currentColor;
}
+.st-block__inner {
+ ::-moz-selection {
+ background: $selection-color;
+ text-shadow: none;
+ }
+ ::selection {
+ background: $selection-color;
+ text-shadow: none;
+ }
+}
+
.st-spinner {
position: absolute!important;
left: 50%; top: 50%;
}