Plugin Directory

Changeset 1241848


Ignore:
Timestamp:
09/09/2015 07:06:52 PM (11 years ago)
Author:
jasonmj
Message:

Removed animations from Customizer

Location:
auto-collapse/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • auto-collapse/trunk/auto-collapse.php

    r1217546 r1241848  
    33 * Plugin Name: Auto Collapse
    44 * Description: A simple script to auto collapse the admin sidebar.
    5  * Version: 1.1.9
     5 * Version: 1.2.0
    66 * Author: FullSteam Labs
    77 */
  • auto-collapse/trunk/readme.txt

    r1217546 r1241848  
    2828
    2929== Changelog ==
     30= 1.2.0 =
     31* Removed animations from Customizer
    3032= 1.1.9 =
    3133* Fixed Mobile Menu margin-left
  • auto-collapse/trunk/style.css

    r1217546 r1241848  
    6363
    6464.wp-full-overlay .collapse-sidebar-arrow:before, .collapse-sidebar-label {display: none;}
     65.wp-full-overlay *, .wp-full-overlay .collapse-sidebar, .wp-full-overlay-main, .wp-full-overlay-sidebar,
     66#customize-info, #customize-theme-controls>ul>.accordion-section {
     67    transition: all 0ms linear !important;
     68    -moz-transition: all 0ms linear !important;
     69    -webkit-transition: all 0ms linear !important;
     70}
    6571
    6672@media screen and (max-width: 782px) {
Note: See TracChangeset for help on using the changeset viewer.