Make WordPress Core


Ignore:
Timestamp:
02/06/2014 06:24:36 AM (11 years ago)
Author:
helen
Message:

Merge colors.css into wp-admin.css. Non-default color schemes became overloads rather than swaps in the 3.8 redesign. Benefits include:

  • No more border-width, border-style, border-color insanity.
  • Point releases are much less likely to require extra finagling to avoid rebuilding the color schemes.
  • Yours truly has a better overall vision of ~14,000 lines of admin CSS and where we go from here.

1,065 net lines of red, y'all.
props helen, jorbin. fixes #18380.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r26809 r27106  
    2121}
    2222
    23 #rightnow a:hover,
    2423#media-upload a.del-link:hover,
    2524div.dashboard-widget-submit input:hover,
    2625.subsubsub a:hover,
    27 .subsubsub a.current:hover,
    28 .ui-tabs-nav a:hover {
     26.subsubsub a.current:hover {
    2927    color: $link-focus;
    3028}
Note: See TracChangeset for help on using the changeset viewer.