vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css in uikit2-rails-0.1.6 vs vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css in uikit2-rails-0.1.7
- old
+ new
@@ -1,23 +1,15 @@
-/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
+/*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Sticky
========================================================================== */
/*
* 1. More robust if padding and border are used
*/
[data-uk-sticky].uk-active {
z-index: 980;
/* 1 */
box-sizing: border-box;
-}
-/*
- * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
- */
-.uk-sticky-placeholder > * {
- /* 1 */
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
}
/*
* Faster animations
*/
[data-uk-sticky][class*='uk-animation-'] {