seasons 0.9.3.beta10 → 0.9.3.beta11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/seasons.gemspec +1 -1
- data/stylesheets/seasons/_core.sass +2 -3
- metadata +2 -2
data/seasons.gemspec
CHANGED
|
@@ -282,11 +282,10 @@ $fullbleed: true !default
|
|
|
282
282
|
|
|
283
283
|
|
|
284
284
|
// BLUR LIGHTBOX BACKGROUND
|
|
285
|
-
// New browsers only.
|
|
286
285
|
@if $blur-lightbox
|
|
287
|
-
|
|
286
|
+
.chrome:first-child .grid, .chrome:first-child nav
|
|
288
287
|
+prefix(filter, blur($blur-radius))
|
|
289
|
-
|
|
288
|
+
.chrome:last-child .grid, .chrome:last-child nav
|
|
290
289
|
+prefix(filter, blur(0))
|
|
291
290
|
|
|
292
291
|
|