Skip to content

Instantly share code, notes, and snippets.

@snowden2
Created March 5, 2019 15:14
  • Select an option

Select an option

Revisions

  1. snowden2 created this gist Mar 5, 2019.
    38 changes: 38 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    $base-color: #e5e5e5;
    $icon-color: #999;
    $text-color: #333;
    $highlight-color: #04a4cc;
    $notification-color: #d64e07;

    $body-background: #f5f5f5;

    $menu-highlight-text: #fff;
    $menu-highlight-icon: #ccc;
    $menu-highlight-background: #888;

    $menu-bubble-text: #fff;
    $menu-avatar-frame: #aaa;
    $menu-submenu-background: #fff;

    $menu-collapse-text: #777;
    $menu-collapse-focus-icon: #555;

    @import "../_admin.scss";

    /* temporary fix for admin-bar hover color */
    #wpadminbar .ab-top-menu > li:hover > .ab-item,
    #wpadminbar .ab-top-menu > li.hover > .ab-item,
    #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default li:hover span.ab-label,
    #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary li.hover span.ab-label,
    #wpadminbar .ab-top-menu > li > .ab-item:focus,
    #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
    #wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
    #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
    color: $text-color;
    }

    /* Override the theme filter highlight color for this scheme */
    .theme-section.current,
    .theme-filter.current {
    border-bottom-color: $highlight-color;
    }