mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
0688426b7c
The checkbox color was sometimes incorrect after it was checked. I'm not sure how to consistently reproduce this issue, but I was able to make this happen most of the time if I clicked the checkbox while some text was highlighted. It seems that the `:checked` and `:indeterminate` pseudo-selectors were not being applied right away for some reason. Either that or React wasn't setting the `checked` state of the `input` element right away. This problem has been worked around by using CSS classes instead of pseudo-selectors. I am no longer able to reproduce the issue now. |
||
---|---|---|
.. | ||
components | ||
contexts | ||
css | ||
ducks | ||
helpers | ||
pages | ||
selectors | ||
store |