seasons 0.9.3.beta10 → 0.9.3.beta11
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|