Making WordPress.org


Ignore:
Timestamp:
04/13/2020 11:29:39 PM (6 years ago)
Author:
coffee2code
Message:

Developer: Enable link button for user contributed notes input form.

Props keesiemeijer, DrewAPicture.
Fixes #3912.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r9645 r9716  
    18611861}
    18621862
     1863/** WP editor link button modal **/
     1864
     1865#wp-link-wrap {
     1866    height: 210px !important;
     1867    margin-top: -125px !important;
     1868
     1869    @media screen and (max-height: 520px) {
     1870        margin-top: inherit !important;
     1871    }
     1872}
     1873
     1874#link-selector {
     1875    #search-panel,
     1876    #wplink-link-existing-content,
     1877    #link-options .link-target {
     1878        display: none;
     1879    }
     1880}
    18631881
    18641882/** Handbook **/
Note: See TracChangeset for help on using the changeset viewer.