Making WordPress.org

Ticket #7138: 7138.diff

File 7138.diff, 527 bytes (added by shailu25, 20 months ago)

Patch Added

  • mu-plugins/blocks/table-of-contents/postcss/style.pcss

    diff --git a/mu-plugins/blocks/table-of-contents/postcss/style.pcss b/mu-plugins/blocks/table-of-contents/postcss/style.pcss
    index c985e8c..73bde6d 100644
    a b  
    2828                background: transparent;
    2929                border: none;
    3030                color: var(--wp--preset--color--blueberry-1);
    31 
     31                cursor:pointer;
     32               
    3233                &:focus-visible {
    3334                        outline: 1.5px solid var(--wp--preset--color--blueberry-1);
    3435                        outline-offset: -0.5px;