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

View File

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

View File

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

View File

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

View File

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

View File

@ -54,7 +54,7 @@
/* Link button */
.link-btn--wrapper {
list-style: none;
list-style-type: "";
padding: 0;
display: flex;
flex-wrap: wrap;
@ -139,7 +139,7 @@ p + .adoptables { margin-top: 1em; }
flex-wrap: wrap;
gap: 0.5em;
align-items: center;
list-style: none;
list-style-type: "";
padding: 0;
margin: 0;
}
@ -151,7 +151,7 @@ p + .adoptables { margin-top: 1em; }
.tabwrap section:has(*:target) { display: block; }
.tabs {
list-style: none;
list-style-type: "";
padding: 0;
margin: 0;
display: flex;
@ -187,7 +187,7 @@ p + .adoptables { margin-top: 1em; }
}
.webring__links {
list-style: none;
list-style-type: "";
padding: 0;
margin: 0 !important;
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 */
ul[role='list'],
ol[role='list'] {
list-style: none;
list-style-type: "";
}
/* 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 */
ul[role='list'],
ol[role='list'] {
list-style: none;
list-style-type: "";
}
/* Set core body defaults */

View File

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

View File

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