Bug 1595029 Comment 2 Edit History

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

The placeholder text used to be hidden within the customize mode using:

```
toolbarpaletteitem > toolbaritem > textbox > moz-input-box > html|*.textbox-input {
  visibility: hidden;
}
```
in textbox.css, bug 1513325 removed that rule but that rule stopped applying with bug 1534455.
The placeholder text used to be hidden within the customize mode using:

```
toolbarpaletteitem > toolbaritem > textbox > moz-input-box > html|*.textbox-input {
  visibility: hidden;
}
```
in textbox.css, but that rule stopped applying with bug 1534455 and bug 1513325 removed it.

Back to Bug 1595029 Comment 2