mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
RTL Dropdown Nav corrected thanks to @64bitint
Added popovers to possibly replace the notifications. Started adding popover toasts
This commit is contained in:
parent
8a7b25a44f
commit
64373c2d44
244 changed files with 3461 additions and 724 deletions
|
@ -10,10 +10,11 @@
|
|||
// - sanitize.css v13.0.0 | CC0 1.0 Universal | github.com/csstools/sanitize.css
|
||||
|
||||
// Prevent VoiceOver from ignoring list semantics in Safari (opinionated)
|
||||
:where(nav li)::before {
|
||||
float: left;
|
||||
content: "\200B";
|
||||
}
|
||||
// https://github.com/picocss/pico/issues/634#issuecomment-2541600508
|
||||
//:where(nav li)::before {
|
||||
// float: left;
|
||||
// content: "\200B";
|
||||
//}
|
||||
|
||||
// Pico
|
||||
// ––––––––––––––––––––
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue