mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/ui-v0.4' into 'test'
fix: tags color See merge request opensource/answer!244
This commit is contained in:
commit
c1de1db15f
|
@ -81,7 +81,7 @@ a {
|
|||
border: 1px solid $gray-400;
|
||||
&:hover {
|
||||
color: $gray-700;
|
||||
background: rgba($gray-400, 1);
|
||||
background: rgba($gray-200, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -91,7 +91,7 @@ a {
|
|||
border: 1px solid $orange-400;
|
||||
&:hover {
|
||||
color: $orange-700;
|
||||
background: rgba($orange-400, 1);
|
||||
background: rgba($orange-100, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue