Bug 1537884 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Tried this style for the breakpoint markers:

```css
/* selector needs to be more precise, of course */
svg {
  filter: grayscale(0.4) opacity(0.8);
}
```
Tried this style for the breakpoint markers:

```css
/* selector needs to be more precise, of course */
svg {
  filter: grayscale(0.4) opacity(0.8);
}
```

(Left is normal style, right is with the filter applied.)
Tried this style for the breakpoint markers:

```css
svg {
  filter: grayscale(0.4) opacity(0.8);
}
```

(Left is normal style, right is with the filter applied; selector needs to be more precise, of course.)

Back to Bug 1537884 Comment 7