Skip to content

Commit c626447

Browse files
authored
fix(ui): fix incomplete border color on hover for tags (cotes2020#2359)
1 parent 7708adb commit c626447

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_sass/abstracts/_placeholders.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
}
3232

3333
%tag-hover {
34+
@extend %link-color;
35+
3436
background: var(--tag-hover);
37+
border-color: var(--tag-hover);
3538
transition: background 0.35s ease-in-out;
3639
}
3740

_sass/pages/_post.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ header {
143143

144144
.post-tag {
145145
&:hover {
146-
@extend %link-hover;
147146
@extend %tag-hover;
148-
@extend %no-bottom-border;
149147
}
150148
}
151149
}

0 commit comments

Comments
 (0)