Replace list-style: none to list-style-type: ""
This commit is contained in:
parent
e62d83e242
commit
5436eec4c8
|
@ -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;
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
.footer__links {
|
||||
justify-self: center;
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
|
||||
.pagination {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
|
|
|
@ -50,7 +50,7 @@ articleElement: true
|
|||
}
|
||||
|
||||
.changelog__nav--links {
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -29,7 +29,7 @@ eleventyComputed:
|
|||
.shrine-index {
|
||||
display: grid;
|
||||
gap: 2em;
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 2em 0 0;
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ eleventyComputed:
|
|||
.sitemap {
|
||||
margin: 1em 0;
|
||||
padding: 0 0 0 1em;
|
||||
list-style: none;
|
||||
list-style-type: "";
|
||||
}
|
||||
|
||||
.sitemap a:focus {
|
||||
|
|
Loading…
Reference in New Issue