Make WordPress Core

Ticket #42359: 42359.1.diff

File 42359.1.diff, 4.7 KB (added by Mahvash Fatima, 7 years ago)
  • src/wp-admin/css/customize-controls.css

    diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
    index 28acba4..220a4e3 100644
    body.trashing #publish-settings { 
    545545        border-bottom: 1px solid #ddd;
    546546        border-left: 4px solid #fff;
    547547        transition: .15s color ease-in-out,
    548                     .15s background-color ease-in-out,
    549                     .15s border-color ease-in-out;
     548        .15s background-color ease-in-out,
     549        .15s border-color ease-in-out;
    550550}
    551551
    552552#customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title {
    h3.customize-section-title { 
    803803        text-align: left;
    804804        cursor: pointer;
    805805        transition: color .15s ease-in-out,
    806                     border-color .15s ease-in-out,
    807                     background .15s ease-in-out;
     806        border-color .15s ease-in-out,
     807        background .15s ease-in-out;
    808808        box-sizing: content-box;
    809809}
    810810
    h3.customize-section-title { 
    823823        box-shadow: none;
    824824        cursor: pointer;
    825825        transition: color .15s ease-in-out,
    826                     border-color .15s ease-in-out,
    827                     background .15s ease-in-out;
     826        border-color .15s ease-in-out,
     827        background .15s ease-in-out;
    828828}
    829829
    830830.customize-section-back {
    p.customize-section-description { 
    15851585.customize-control-header .choice:focus {
    15861586        outline: none;
    15871587        box-shadow:
    1588                 0 0 0 1px #5b9dd9,
    1589                 0 0 3px 1px rgba(30, 140, 190, .8);
     1588                        0 0 0 1px #5b9dd9,
     1589                        0 0 3px 1px rgba(30, 140, 190, .8);
    15901590}
    15911591
    15921592.customize-control-header .uploaded div:last-child > .choice {
    p.customize-section-description { 
    18291829}
    18301830
    18311831.themes-filter-bar .feature-filter-toggle:before {
    1832     content: "\f111";
    1833     margin: 0 5px 0 0;
    1834     font: normal 16px/1 dashicons;
    1835     vertical-align: text-bottom;
    1836     -webkit-font-smoothing: antialiased;
    1837     -moz-osx-font-smoothing: grayscale;
     1832        content: "\f111";
     1833        margin: 0 5px 0 0;
     1834        font: normal 16px/1 dashicons;
     1835        vertical-align: text-bottom;
     1836        -webkit-font-smoothing: antialiased;
     1837        -moz-osx-font-smoothing: grayscale;
    18381838}
    18391839
    18401840.themes-filter-bar .feature-filter-toggle.open {
    body.adding-widget .add-new-widget:before, 
    27112711#available-widgets-filter .clear-results:focus,
    27122712#available-menu-items-search .clear-results:focus {
    27132713        box-shadow:
    2714                 0 0 0 1px #5b9dd9,
    2715                 0 0 2px 1px rgba(30, 140, 190, .8);
     2714                        0 0 0 1px #5b9dd9,
     2715                        0 0 2px 1px rgba(30, 140, 190, .8);
    27162716}
    27172717
    27182718#available-menu-items-search .search-icon:after,
    body.adding-widget .add-new-widget:before, 
    27642764        border-bottom: 1px solid #ddd;
    27652765        border-left: 4px solid #fff;
    27662766        transition: .15s color ease-in-out,
    2767                     .15s background-color ease-in-out,
    2768                     .15s border-color ease-in-out;
     2767        .15s background-color ease-in-out,
     2768        .15s border-color ease-in-out;
    27692769        cursor: pointer;
    27702770        display: none;
    27712771}
    body.adding-widget .add-new-widget:before, 
    28642864
    28652865@media screen and ( max-width: 640px ) {
    28662866
    2867         .wp-full-overlay.expanded,
    2868         .outer-section-open .wp-full-overlay.expanded {
    2869                 margin-left: 0;
    2870         }
    2871 
    28722867        /* when the sidebar is collapsed and switching to responsive view,
    28732868           bring it back see ticket #35220 */
    28742869        .wp-full-overlay.collapsed #customize-controls {
    body.adding-widget .add-new-widget:before, 
    28982893        }
    28992894
    29002895        #customize-footer-actions,
    2901         /*#customize-preview,*/
     2896                /*#customize-preview,*/
    29022897        .customize-controls-preview-toggle .controls,
    29032898        .preview-only .wp-full-overlay-sidebar-content,
    29042899        .preview-only .customize-controls-preview-toggle .preview {
    body.adding-widget .add-new-widget:before, 
    29542949        body.adding-widget div#available-widgets,
    29552950        body.adding-menu-items div#available-menu-items,
    29562951        body.outer-section-open div#customize-sidebar-outer-content {
    2957                 top: 46px;
    2958                 left: 0;
    2959                 z-index: 10;
    29602952                width: 100%;
    29612953        }
    29622954
    2963         body.wp-customizer .wp-full-overlay.expanded #customize-sidebar-outer-content {
    2964                 left: -100%;
    2965         }
    2966 
    2967         body.wp-customizer.outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content {
    2968                 left: 0;
    2969         }
    2970 
    29712955        #available-widgets .customize-section-title,
    29722956        #available-menu-items .customize-section-title {
    29732957                display: block;
    body.adding-widget .add-new-widget:before, 
    30403024                padding: 8px 15px;
    30413025                box-shadow: none;
    30423026        }
     3027
     3028        .wp-full-overlay.expanded {
     3029                margin-left: 0;
     3030        }
     3031
     3032        body.adding-widget div#available-widgets,
     3033        body.adding-menu-items div#available-menu-items,
     3034        body.outer-section-open div#customize-sidebar-outer-content {
     3035                top: 46px;
     3036                left: 0;
     3037                z-index: 10;
     3038                width: 100%;
     3039        }
     3040
     3041        body.wp-customizer .wp-full-overlay.expanded #customize-sidebar-outer-content {
     3042                left: -100%;
     3043        }
     3044
     3045        body.wp-customizer.outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content {
     3046                left: 0;
     3047        }
    30433048}