Making WordPress.org

Changeset 7092


Ignore:
Timestamp:
04/11/2018 06:50:29 AM (7 years ago)
Author:
dd32
Message:

Trac: Correct the colour of the logout link. This was previously an <a> but is now a <button>.

See #3526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r7091 r7092  
    182182#metanav form.trac-logout button {
    183183    color: rgba(255, 255, 255, 0.8);
     184    background: inherit;
     185    border: inherit;
    184186}
    185187.build #metanav.nav a,
     
    192194}
    193195#metanav.nav a:hover,
    194 #metanav.nav a:active {
     196#metanav.nav a:active,
     197#metanav form.trac-logout button:hover,
     198#metanav form.trac-logout button:active {
    195199    color: #fff;
    196200    text-decoration: underline;
     201    background-color: inherit;
    197202}
    198203form#search {
Note: See TracChangeset for help on using the changeset viewer.