visually differentiate pin state in icon

This commit is contained in:
Koen Lageveen 2021-03-01 20:54:24 +01:00
parent 480d7e8955
commit 0809028ea6
1 changed files with 5 additions and 0 deletions

View File

@ -251,6 +251,11 @@ section.select-list a.favoritelink {
color: var(--paper-white);
cursor: pointer;
}
section.select-list .entry:not(.pinned) a.favoritelink svg {
fill: transparent;
stroke: currentColor;
stroke-width: 1;
}
section.select-list .entry:hover a.website,
section.select-list .entry:hover a.favoritelink {
color: var(--bright-grey);