Closed
Bug 1695127
Opened 5 years ago
Closed 5 years ago
checkbox is fully black
Categories
(Firefox :: Untriaged, defect)
Firefox
Untriaged
Tracking
()
RESOLVED
INVALID
People
(Reporter: lilydjwg, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
- open https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_checkbox
- check those checkboxes
Actual results:
The checked checkbox is a fully black square.
Expected results:
There should be a tick mark in the checkbox.
27:17.82 INFO: Last good revision: 7987b7cfb02f031a035d3035078c19a3877dd9a6
27:17.82 INFO: First bad revision: d548eba4ee80aab8ae8954fa135ec383402afffe
27:17.82 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=7987b7cfb02f031a035d3035078c19a3877dd9a6&tochange=d548eba4ee80aab8ae8954fa135ec383402afffe
It turns out that this is caused by my custom gtk.css rule:
*:selected {
background-color: #d6e9f8;
color: currentColor;
}
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•