Stanley Lim

Results 21 comments of Stanley Lim

Hey all, to follow up I have added support for toggling modals using a new class called `modal--visible`. You can paste this example into [Cirrus Playgrounds](https://www.cirrus-ui.com/playground) to try it out:...

For customizing control themes, there is an entry within the configuration called `control-themes` which is where you can specify which colors are used to generate themed variants for form controls...

Thanks for the bug report! I will take a look at this soon.

I took a look to see why the disabled attribute doesn't work for the `a` or `div` tags. This is because the `disabled` attribute is [not supported](https://www.w3.org/TR/html4/index/attributes.html#:~:text=directionality-,disabled,-BUTTON%2C%20INPUT) for those tags....

Hi @roonie007, I don't think this is an urgent addition as of now. It is probably something I won't take until the next major update for 0.8.0.

This is a good point. The Nav Dropdown was added in 0.5.4 as part of an experiment to see if it was viable. However, I did not pursue it any...

Thanks for reporting this! I will take a look and see which prefixes are still needed and which are not using http://caniuse.com/. If there ends up being a few prefixes...

I have removed a sufficient amount of vendor prefixing except for 1 (this is done over a few commits, eff211e6b008f0cb3289d51eb338913e0ffaa8a3 being the last one). I believe there shouldn't be any...

Anyone planning to approve this change?