pico
pico copied to clipboard
Minimal CSS Framework for semantic HTML
Maybe the Search field need a Submit button: Search And the corresponding rules: input[type="search"] + input[type="submit"]{ position: absolute; z-index: 1; left: 0; width: fit-content; background: transparent; border: none } html...
Please, add a custom CSS variable for the color of the checked circle within switch buttons. Keep in mind, the original checkbox design is a blank square but with a...
Request to add tag class with different size and colours options. Example: https://bulma.io/documentation/elements/tag/
Is is possible to show relevant css code also along with html code in docs? It will enable people to learn css and also copy css code that they needed...
https://user-images.githubusercontent.com/28284434/146257593-c6ad662c-54f7-4fc5-9a3e-79178c10a2e2.mp4 As per the video, the toggler icon flickers at random in Firefox Nightly for Android. Issue not present in chrome for Android.
add toasts/alert component by using role="alert" or/and role="alertdialog" I think it's in the spirit of the framework to keep the sementics of the html code
This is a great and clean `CSS`. Any chance of having Admonitions. Something like in Jupyter will be great: https://jupyterbook.org/content/content-blocks.html.
On Chrom*, the calendar icon is currently not clickable (in order to open the calendar to pick a new date), if the input field (i.e. of `type="date"`) has the `aria-invalid`...
Hello, Fix for inline buttons width : `
This PR adds a variable for setting the semantic root element, which should allow for easy integration with frameworks that do not place content directly inside `` (such as React,...