**Steps to reproduce**
1. Navigate to `data:text/html,<meta charset=utf8><style>h1::before, h1::after { position: absolute; content: "-"; top: 0; }</style><h1>Hello`
2. Open the inspector
3. Expand the `<h1>` node
4. Select the `::before` node
5. 4. Select the `::after` node
**Expected results**
The `top: 0` declaration is never inactive
**Actual results**
The `top: 0` declaration is declared inactive when selecting the `::before` node
Bug 1998357 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
**Steps to reproduce**
1. Navigate to `data:text/html,<meta charset=utf8><style>h1::before, h1::after { position: absolute; content: "-"; top: 0; }</style><h1>Hello`
2. Open the inspector
3. Expand the `<h1>` node
4. Select the `::before` node
5. Select the `::after` node
**Expected results**
The `top: 0` declaration is never inactive
**Actual results**
The `top: 0` declaration is declared inactive when selecting the `::before` node