1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app
Mark Stacey 0688426b7c
Fix checkbox color when checked or indeterminate (#8552)
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.
2020-05-07 23:25:19 -03:00
..
components Fix checkbox color when checked or indeterminate (#8552) 2020-05-07 23:25:19 -03:00
contexts Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
css Fix connection modal style issues (#8433) 2020-05-04 12:04:41 -03:00
ducks Export each action constant directly (#8536) 2020-05-06 16:26:09 -02:30
helpers add version dimension to metrics event (#8419) 2020-05-05 15:40:36 +02:00
pages Simplify settings tab render functions (#8551) 2020-05-07 21:55:25 -03:00
selectors Make permissions selectors less bad (#8529) 2020-05-05 21:04:05 -07:00
store Export each action constant directly (#8536) 2020-05-06 16:26:09 -02:30