Explicitly set link color according to log entry type.
This commit is contained in:
@@ -229,6 +229,20 @@
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
&-actions a {
|
||||
.alert-danger & {
|
||||
color: @alert-danger-text;
|
||||
}
|
||||
|
||||
.alert-warning & {
|
||||
color: @alert-warning-text;
|
||||
}
|
||||
|
||||
.alert-info & {
|
||||
color: @alert-info-text;
|
||||
}
|
||||
}
|
||||
|
||||
&-feedback {
|
||||
float: right;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user