Making WordPress.org


Ignore:
Timestamp:
06/03/2021 06:36:20 AM (3 years ago)
Author:
dd32
Message:

Main theme: Stats page: Allow changing the displayed pie chart into a table.

Fixes #4891.

File:
1 edited

Legend:

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

    r6654 r11007  
    11.page-stats {
     2    h2 .swap-table {
     3        vertical-align: initial;
     4
     5        &:hover {
     6            cursor: pointer;
     7            text-decoration: none;
     8        }
     9    }
     10
    211    .wporg-stats-chart {
    312        align-items: center;
     
    615        justify-content: center;
    716        position: relative;
     17
     18        table thead {
     19            color: inherit;
     20            background: inherit;
     21        }
    822    }
    923
Note: See TracChangeset for help on using the changeset viewer.