Merge branch 'feat/ui-0.7.0' into 'test'

fix(tag): Make the tag have the correct color when hovering

See merge request opensource/answer!346
This commit is contained in:
贾海涛(龙笛) 2022-12-16 01:45:53 +00:00
commit 6f8abcdcba
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ a {
color: $blue-700;
border: 1px solid transparent;
&:hover {
color: $blue-700;
background: $blue-100;
}
}