Replace list-style: none to list-style-type: ""

This commit is contained in:
Helen Chong 2024-07-13 22:13:50 +08:00
parent e62d83e242
commit 5436eec4c8
10 changed files with 14 additions and 14 deletions

View File

@ -88,7 +88,7 @@
<style> <style>
.breadcrumbs { .breadcrumbs {
list-style: none; list-style-type: "";
padding: 0; padding: 0;
margin: 0 0 0.7em 0; margin: 0 0 0.7em 0;
display: flex; display: flex;
@ -109,7 +109,7 @@
} }
.blog__post--nextprev { .blog__post--nextprev {
list-style: none; list-style-type: "";
padding: 0; padding: 0;
margin: 0; margin: 0;
display: grid; display: grid;

View File

@ -42,7 +42,7 @@
.footer__links { .footer__links {
justify-self: center; justify-self: center;
list-style: none; list-style-type: "";
margin: 0; margin: 0;
padding: 0; padding: 0;
} }

View File

@ -79,7 +79,7 @@ https://kalechips.net/projects/snippets/burger #}
.navbar__menu--links, .navbar__menu--links,
.navbar__links { .navbar__links {
list-style: none; list-style-type: "";
flex-wrap: wrap; flex-wrap: wrap;
gap: 1em; gap: 1em;
} }

View File

@ -60,7 +60,7 @@
} }
.pagination { .pagination {
list-style: none; list-style-type: "";
padding: 0; padding: 0;
margin: 0; margin: 0;
display: flex; display: flex;

View File

@ -50,7 +50,7 @@ articleElement: true
} }
.changelog__nav--links { .changelog__nav--links {
list-style: none; list-style-type: "";
gap: 0.5em; gap: 0.5em;
} }

View File

@ -54,7 +54,7 @@
/* Link button */ /* Link button */
.link-btn--wrapper { .link-btn--wrapper {
list-style: none; list-style-type: "";
padding: 0; padding: 0;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -139,7 +139,7 @@ p + .adoptables { margin-top: 1em; }
flex-wrap: wrap; flex-wrap: wrap;
gap: 0.5em; gap: 0.5em;
align-items: center; align-items: center;
list-style: none; list-style-type: "";
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
@ -151,7 +151,7 @@ p + .adoptables { margin-top: 1em; }
.tabwrap section:has(*:target) { display: block; } .tabwrap section:has(*:target) { display: block; }
.tabs { .tabs {
list-style: none; list-style-type: "";
padding: 0; padding: 0;
margin: 0; margin: 0;
display: flex; display: flex;
@ -187,7 +187,7 @@ p + .adoptables { margin-top: 1em; }
} }
.webring__links { .webring__links {
list-style: none; list-style-type: "";
padding: 0; padding: 0;
margin: 0 !important; margin: 0 !important;
display: flex; display: flex;

View File

@ -76,7 +76,7 @@ figure, blockquote, dl, dd {
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */ /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'], ul[role='list'],
ol[role='list'] { ol[role='list'] {
list-style: none; list-style-type: "";
} }
/* Set core body defaults */ /* Set core body defaults */

View File

@ -45,7 +45,7 @@ figure, blockquote, dl, dd {
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */ /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'], ul[role='list'],
ol[role='list'] { ol[role='list'] {
list-style: none; list-style-type: "";
} }
/* Set core body defaults */ /* Set core body defaults */

View File

@ -29,7 +29,7 @@ eleventyComputed:
.shrine-index { .shrine-index {
display: grid; display: grid;
gap: 2em; gap: 2em;
list-style: none; list-style-type: "";
padding: 0; padding: 0;
margin: 2em 0 0; margin: 2em 0 0;
} }

View File

@ -29,7 +29,7 @@ eleventyComputed:
.sitemap { .sitemap {
margin: 1em 0; margin: 1em 0;
padding: 0 0 0 1em; padding: 0 0 0 1em;
list-style: none; list-style-type: "";
} }
.sitemap a:focus { .sitemap a:focus {