CJ Patoilo

Results 45 comments of CJ Patoilo

Hello @Lilja Can you describe the problem that is generated and give me a print showing the difference between the two behaviors?

Now I can understand exactly what is happening. Thanks for reporting, I'll review and as soon as possible return with an answer.

@FourierTransformer Good call. Also I noticed that Safari 10.0.2 does not support the active button in any of the examples: default, outlined and clear. =/ Thank you for reporting this...

@FourierTransformer @tommyip @jgillich it's not a bug. It's is the normal button behavior. In other CSS frameworks like [Bootstrap](https://getbootstrap.com/docs/4.5/components/buttons/), [Foundation](https://get.foundation/sites/docs/button.html), it is also defined. For this reason, I believe that...

> If instead of having input[type=""] repeated 14 times, couldn't it be replaced to :not(input[type=""] ) only 9 times? Hi @schirrel I agree! It makes sense to me. I confess...

Hi @migaduo, great proposal! Maybe I did not understand but it seems to have more variables than necessary. Please, let me know the relevance of each variable your defined and...

@mapio thanks for helping @Lisagrant101 @mapio [here](https://codepen.io/mapio/pen/VwwzRrR) you forgot adding the normalize.css support. Please, let me know if you still need help.

@RamanaVem You can find the Table module here [`./src/_Table.sass`](https://github.com/milligram/milligram/blob/master/src/_Table.sass)

@mapio I can is wrong, but as I understand it: The problem is not when you use any attribute but when you use the example structure: ```html Animals Hippopotamus Horse...

@mapio try to use: ```css th + td { padding-left: 0; } ``` This code fixes the "white-space" in this specific example. Look: https://codepen.io/cjpatoilo/pen/yLYGQNy