Fix badge link color in avp tables
This commit is contained in:
parent
29a2ee1a02
commit
354bd0dd78
|
@ -180,6 +180,10 @@ table.avp {
|
|||
color: @colorMainForeground;
|
||||
}
|
||||
|
||||
.badge a[href] {
|
||||
color: @colorGray;
|
||||
}
|
||||
|
||||
.go-ahead {
|
||||
a, button.link-like {
|
||||
color: #222;
|
||||
|
|
|
@ -235,7 +235,7 @@ li li .badge-container {
|
|||
}
|
||||
|
||||
.badge a[href] {
|
||||
color: white;
|
||||
color: @colorGray;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue