Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4961 from ExE-Boss/styles/wiki/indicators/fix-snu…
Browse files Browse the repository at this point in the history
…gging

Bug 1487656 ‑ Comment out the indicator `:matches(…)` block for now
  • Loading branch information
jwhitlock committed Sep 13, 2018
2 parents 2d4c1f5 + a4e1ba8 commit fb753b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kuma/static/styles/components/wiki/indicators.scss
Expand Up @@ -99,10 +99,12 @@ pre + p:empty + pre {
/* If there are 2 indicators in close proximity, snug them up.
Too many combinations to do them all but this
should take care of most common combinations */
/* Commented out because of https://bugzil.la/1487656
:matches(.warning, .overheadIndicator, .note, .notice, pre) + :matches(.warning, .overheadIndicator, .note, .notice, pre),
:matches(.warning, .overheadIndicator, .note, .notice, pre) + p:empty + :matches(.warning, .overheadIndicator, .note, .notice, pre) {
margin-top: ($grid-spacing * -1) + 5px;
}
*/

/* code block looks funny without it's padding,
only appears in kumascript error boxes AFIK */
Expand Down

0 comments on commit fb753b0

Please sign in to comment.