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

Bug 1487656 ‑ Comment out the indicator :matches(…) block for now #4961

Merged
merged 1 commit into from Sep 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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