Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/12/2017 06:13:23 AM (9 years ago)
Author:
netweb
Message:

Appearance - Included Themes: Update admin base SCSS styles:

See #2583

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/styles/_admin.scss

    r5993 r6214  
    44
    55
    6 html {
     6body {
    77    background: $body-background;
    88}
     
    228228/* Admin Menu: collapse button */
    229229
    230 #collapse-menu {
     230#collapse-button {
    231231    color: $menu-collapse-text;
    232232}
    233233
    234 #collapse-menu:hover {
    235     color: $menu-collapse-focus-text;
    236 }
    237 
    238 #collapse-button div:after {
    239     color: $menu-collapse-icon;
    240 }
    241 
    242 #collapse-menu:hover #collapse-button div:after {
    243     color: $menu-collapse-focus-icon;
    244 }
    245 
     234#collapse-button:hover,
     235#collapse-button:focus {
     236    color: $menu-submenu-focus-text;
     237}
    246238
    247239/* Admin Bar */
     
    325317#wpadminbar li a:focus .ab-icon:before,
    326318#wpadminbar li .ab-item:focus:before,
     319#wpadminbar li .ab-item:focus .ab-icon:before,
    327320#wpadminbar li.hover .ab-icon:before,
    328321#wpadminbar li.hover .ab-item:before,
     
    475468}
    476469
    477 /* Customize */
    478 
    479 #customize-theme-controls .widget-area-select .selected {
    480     background-color: $menu-highlight-background;
    481     color: $menu-highlight-text;
    482 }
    483 
    484 #customize-footer-actions .devices button:focus {
    485     border-bottom-color: $highlight-color;
    486 }
    487 
    488470/* Responsive Component */
    489471
Note: See TracChangeset for help on using the changeset viewer.