mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-31 12:02:44 +00:00
fix(ui): fix incomplete border color on hover for tags (#2359)
This commit is contained in:
@@ -143,9 +143,7 @@ header {
|
||||
|
||||
.post-tag {
|
||||
&:hover {
|
||||
@extend %link-hover;
|
||||
@extend %tag-hover;
|
||||
@extend %no-bottom-border;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user