Making WordPress.org


Ignore:
Timestamp:
11/30/2017 05:41:28 PM (9 years ago)
Author:
obenland
Message:

Main: Avoid overflow breaking layout.

See #2861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_wporg-header.scss

    r6133 r6194  
    160160                        line-height: 24px;
    161161                        margin-left: 20px;
    162                 }
    163         }
    164 
    165         .download-button {
    166                 background: #21759b linear-gradient(to bottom, #2a95c5, #21759b);
    167                 border-bottom-color: #1e6a8d;
    168                 border-color: #21759b;
    169                 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 );
    170 
    171                 &:hover,
    172                 &:focus {
    173                         background: #278ab7 linear-gradient(to bottom, #2e9fd2, #21759b);
    174                         border-color: #1b607f;
    175                         box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
    176                         color: #fff;
    177                         text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.3 );
    178                 }
    179 
    180                 &:active {
    181                         background: #1b607f linear-gradient(to bottom, #21759b, #278ab7);
    182                         border-color: #124560 #2382ae #2382ae #2382ae;
    183                         box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    184                         color: rgba(255,255,255,0.95);
    185                         text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    186                         transform: none;
    187162                }
    188163        }
Note: See TracChangeset for help on using the changeset viewer.