Making WordPress.org

Changeset 1918


Ignore:
Timestamp:
09/28/2015 07:07:21 PM (10 years ago)
Author:
ocean90
Message:

Trac: Use dashicons for up/down arrows.

File:
1 edited

Legend:

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

    r1591 r1918  
    13311331dt.newticket:before,
    13321332dt.batchmodify:before,
     1333.foldable :link:before,
     1334.foldable :visited:before,
    13331335dt.attachment:before {
    13341336    display: inline-block;
     
    13931395    content: "\f330"; /* dashicons-book */
    13941396}
    1395 #content.timeline dt :link, #content.timeline dt :visited {
    1396     padding-left: 0;
     1397.foldable :link:before,
     1398.foldable :visited:before {
     1399    content: "\f140"; /* dashicons-arrow-down */
     1400}
     1401.collapsed > .foldable :link:before,
     1402.collapsed > .foldable :visited:before {
     1403    content: "\f142"; /* dashicons-arrow-up */
    13971404}
    13981405table.listing th.asc a,
     
    14121419dt.newticket, dt.newticket a,
    14131420dt.batchmodify, dt.batchmodify a,
    1414 dt.attachment, dt.attachment a {
     1421dt.attachment, dt.attachment a,
     1422.foldable :link,
     1423.foldable :visited {
    14151424    background-image: none !important;
     1425}
     1426#content.timeline dt :link,
     1427#content.timeline dt :visited,
     1428.foldable :link,
     1429.foldable :visited {
     1430    padding-left: 0;
    14161431}
    14171432a.mail-link .icon,
Note: See TracChangeset for help on using the changeset viewer.