Skip to:
Content

bbPress.org

Changeset 6818


Ignore:
Timestamp:
05/08/2018 10:35:10 AM (8 years ago)
Author:
netweb
Message:

Appearance - Included Themes: Updated admin base SCSS styles:

See #2583.

Location:
trunk/src/includes/admin/styles
Files:
2 edited

Legend:

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

    r6539 r6818  
    8585
    8686.wrap .add-new-h2:hover, /* deprecated */
    87 .wrap .page-title-action:hover,
    88 .tablenav .tablenav-pages a:hover,
    89 .tablenav .tablenav-pages a:focus {
     87.wrap .page-title-action:hover {
    9088    color: $menu-text;
    9189    background-color: $menu-background;
  • trunk/src/includes/admin/styles/_mixins.scss

    r6539 r6818  
    2626    }
    2727
    28     &:active {
     28    &:active,
     29    &.active,
     30    &.active:focus,
     31    &.active:hover {
    2932        background: darken( $button-color, 10% );
    3033        border-color: darken( $button-color, 15% );
Note: See TracChangeset for help on using the changeset viewer.