Make WordPress Core


Ignore:
Timestamp:
04/05/2019 04:59:34 PM (7 years ago)
Author:
flixos90
Message:

Administration: Improve user experience and clarify when in recovery mode.

This changeset introduces several changes around usability when recovery mode is active:

  • Display a notice in the admin clarifying that the user is in recovery mode.
  • Use a highlight color for the admin bar link to exit recovery mode.
  • Exit recovery mode automatically when logging out.
  • Include a recovery mode indicator in the title tag.

Props aandrewdixon, azaozz, dhanukanuwan, flixos90, henrywright, karmatosed, mapk, melchoyce, spacedmonkey, TimothyBlynJacobs, tinkerbelly.
See #46608.

File:
1 edited

Legend:

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

    r32051 r45117  
    5656$adminbar-input-background: lighten( $menu-background, 7% ) !default;
    5757
     58$adminbar-recovery-exit-text: $menu-bubble-text !default;
     59$adminbar-recovery-exit-background: $menu-bubble-background !default;
     60$adminbar-recovery-exit-background-alt: mix(black, $adminbar-recovery-exit-background, 10%) !default;
     61
    5862$menu-customizer-text: mix( $base-color, $text-color, 40% ) !default;
Note: See TracChangeset for help on using the changeset viewer.