Rob Garrison

Results 770 comments of Rob Garrison

It should be `var(--base3);`

Oops, I meant use `03`... ` --background: var(base03);`

I didn't work out the color picker, that was all @tophf! My only thought would be if a live preview were applied, you could [get a variable color value using...

But the swatch would be for preview only? Clicking on it wouldn't open the color picker because then you'd have to target the selector block that sets the color, if...

Yeah, I added styled tooltips instead of depending on the title attribute.

I got this working, and I see it has potential to be awesome! Would you still implement this method if @tambry's C++ solution in #86 works out?

Sometimes the issue is the [regular expression itself](https://github.com/julmot/mark.js/issues/55), would you please share the one you're using to help us isolate the problem and hopefully prevent this from happening in the...

Sorry, did you mean this (`moz-extension://4096e022-b056-4690-a80a-8e43b713cd0b/newTab.xhtml`) was the regexp used?

> Did you all ever get an irc channel or something like that going? We're using [Discord](https://discordapp.com/widget?id=379521691774353408).

If you go to Google's sign-in page you'll see that the "Email or phone" and "password" inputs have a `data-initial-value` attribute which is actively updated during input. Someone on userstyles.org...