Making WordPress.org


Ignore:
Timestamp:
03/02/2017 02:13:06 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add a visual cue to links in post content to improve accessibility.

  • Regular links should be underlined.
  • User mentions should be in bold.

Fixes #2542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r5029 r5046  
    189189            padding: 0;
    190190            margin: 0 2.5% 0 5%;
     191        }
     192
     193        div.bbp-reply-content a,
     194        div.bbp-topic-content a {
     195            text-decoration: underline;
     196            font-weight: inherit;
     197        }
     198
     199        div.bbp-reply-content a.mention,
     200        div.bbp-topic-content a.mention {
     201            text-decoration: none;
     202            font-weight: bold;
    191203        }
    192204
     
    729741                padding: 0;
    730742                margin: 0 0 0 10%;
    731 
    732                 a {
    733                     font-weight: inherit;
    734                 }
    735743            }
    736744
Note: See TracChangeset for help on using the changeset viewer.