Merge "JsonContent: Remove never-used caption styles"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 15 Apr 2019 20:28:22 +0000 (20:28 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 15 Apr 2019 20:28:22 +0000 (20:28 +0000)
1  2 
resources/src/mediawiki.content.json.less

        padding: 0.5em 1em;
  }
  
 +/* TODO: Remove this old class once the content caches have cleared */
 +/* stylelint-disable-next-line selector-class-pattern */
  .mw-json .value,
 +.mw-json-value,
  .mw-json-single-value {
        background-color: #dcfae3;
        font-family: monospace, monospace;
        background-color: #fff;
        font-weight: normal;
  }
- .mw-json caption {
-       /* For stylistic reasons, suppress the caption of the outermost table */
-       display: none;
- }
- .mw-json table caption {
-       color: #72777d;
-       display: inline-block;
-       font-size: 10px;
-       font-style: italic;
-       margin-bottom: 0.5em;
-       text-align: left;
- }