1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

change links that could perform actions to buttons

This commit is contained in:
krvpb024 2024-02-02 16:30:45 +08:00 committed by Frédéric Guillot
parent 9b6dbd422c
commit 8367413e84
10 changed files with 95 additions and 40 deletions

View file

@ -133,7 +133,7 @@ a:hover {
color: #888;
}
.header a {
.header :is(a, summary) {
font-size: 0.9em;
color: var(--header-link-color);
text-decoration: none;
@ -147,10 +147,6 @@ a:hover {
font-weight: 600;
}
.header a:hover {
color: var(--header-link-hover-color);
}
.header a:focus {
color: var(--header-link-focus-color);
}
@ -229,7 +225,7 @@ a:hover {
padding: 5px;
inline-size: 24px;
block-size: 24px;
translate: 0 -1px;
translate: 0 -3px;
}
.search details[open] svg {
@ -335,7 +331,7 @@ a:hover {
}
.header nav {
align-items: start;
align-items: end;
flex-direction: row;
}
@ -355,6 +351,10 @@ a:hover {
display: revert;
}
.header :is(a, summary):hover {
color: var(--header-link-hover-color);
}
.page-header li,
.page-footer li {
display: inline;
@ -750,6 +750,11 @@ template {
color: var(--category-link-hover-color);
}
.category-item-total {
color: var(--body-color);
}
/* Pagination */
.pagination {
font-size: 1.1em;
@ -822,6 +827,7 @@ template {
.item-header span {
font-weight: normal;
display: inline-block;
}
.item-title {