mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
sass compiler was removing the value: "\200B" for the :where(navs li).
Updated, sass to include the 0 width space for VoiceOver, and removed the float for safari trimming dropdodwn list bugs.
This commit is contained in:
parent
9faf5914d0
commit
27ccea2e53
238 changed files with 240 additions and 238 deletions
|
@ -2567,7 +2567,7 @@ body:has(dialog[open]) {
|
|||
*/
|
||||
:where(nav li)::before {
|
||||
float: none;
|
||||
content: " ";
|
||||
content: "\200B";
|
||||
}
|
||||
|
||||
.pico nav,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue