Sha256: b643c41e8f14afe8cec694a2373287ef538c87f0e65205952704c37e1b5a30f4
Contents?: true
Size: 835 Bytes
Versions: 7
Compression:
Stored size: 835 Bytes
Contents
// Name: Switcher // Description: Defines styles for the switcher // // Component: `uk-switcher` // // States: `uk-active` // // ======================================================================== /* ======================================================================== Component: Switcher ========================================================================== */ /* * 1. Deactivate browser history navigation in IE11 */ .uk-switcher { margin: 0; padding: 0; list-style: none; /* 1 */ touch-action: cross-slide-y pinch-zoom double-tap-zoom; } /* * Items */ .uk-switcher > :not(.uk-active) { display: none; } // Hooks // ======================================================================== @include hook-switcher-misc(); // @mixin hook-switcher-misc(){}
Version data entries
7 entries across 7 versions & 4 rubygems