Andrew Strain
Andrew Strain
By me doing CSS only, the JavaScript would need to make sure that the checkbox is checked when already open. Then it would close when already open. If it's simply...
I looked at the code at CodePen and it's doing pretty much the same thing as I'm doing. Once you remove all the display related CSS, it looks like this:...
Having said all of that, I am going to change the CSS to follow the CodePen example. I highly agree that it’s easier to read and follow.
That's a feature, not a bug! (joke) It's because the radio button doesn't uncheck like checkboxes do. There's another way to do the CSS. It doesn't use input type radio...
> > > @andrewdstrain is the PR ready now? As far as I can tell, yes. I'm also getting rid of Bootstrap CSS. I'm now merging all the custom.css changes...
Not sure if this will help but attached is a diff (against master) to use CSS only for the comments and categories. [custom.css.txt](https://github.com/Pelican-Elegant/elegant/files/3512959/custom.css.txt) [css_categories.diff.txt](https://github.com/Pelican-Elegant/elegant/files/3512960/css_categories.diff.txt) [css_comments.diff.txt](https://github.com/Pelican-Elegant/elegant/files/3512962/css_comments.diff.txt)
These files are much better - instead of using the "tag*" classes, they use the CSS that's already there. The main difference is the `a` to `input/label` tags. But the...
I did the PR. As you can tell, the bootstrap.min.css is still in use. Only bootstrap.min.js has gone away. And, of course, you don't have to get rid of JavaScript...