mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-21 11:10:53 +00:00
fix(ui): fix incomplete border color on hover for tags (#2359)
This commit is contained in:
parent
7708adbf30
commit
c62644759c
@ -31,7 +31,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
%tag-hover {
|
%tag-hover {
|
||||||
|
@extend %link-color;
|
||||||
|
|
||||||
background: var(--tag-hover);
|
background: var(--tag-hover);
|
||||||
|
border-color: var(--tag-hover);
|
||||||
transition: background 0.35s ease-in-out;
|
transition: background 0.35s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,9 +143,7 @@ header {
|
|||||||
|
|
||||||
.post-tag {
|
.post-tag {
|
||||||
&:hover {
|
&:hover {
|
||||||
@extend %link-hover;
|
|
||||||
@extend %tag-hover;
|
@extend %tag-hover;
|
||||||
@extend %no-bottom-border;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user